Make draw method protected in Fl_Wizard

This commit is contained in:
Mohammed Alyousef 2020-04-18 17:28:28 +03:00 committed by Albrecht Schlosser
parent 75f47a766f
commit f203cb8c61

View File

@ -42,7 +42,9 @@ class FL_EXPORT Fl_Wizard : public Fl_Group {
Fl_Widget *value_;
void draw();
protected:
virtual void draw();
public: