Changed Fl_Simple_Terminal::draw() public -> protected

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12507 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Greg Ercolano
2017-10-17 00:38:38 +00:00
parent 68f07db58a
commit dbc9f1131c
+1 -2
View File
@@ -180,11 +180,10 @@ private:
//
void insert(const char*) { }
public:
protected:
// Fltk
virtual void draw();
protected:
// Internal methods
void enforce_stay_at_bottom();
void enforce_history_lines();