mirror of
https://github.com/fltk/fltk.git
synced 2026-06-01 06:14:28 +08:00
Make draw method protected in Fl_Wizard
This commit is contained in:
committed by
Albrecht Schlosser
parent
75f47a766f
commit
f203cb8c61
+3
-1
@@ -42,7 +42,9 @@ class FL_EXPORT Fl_Wizard : public Fl_Group {
|
|||||||
|
|
||||||
Fl_Widget *value_;
|
Fl_Widget *value_;
|
||||||
|
|
||||||
void draw();
|
protected:
|
||||||
|
|
||||||
|
virtual void draw();
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user