mirror of
https://github.com/fltk/fltk.git
synced 2026-05-23 15:56:10 +08:00
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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user