mirror of
https://github.com/fltk/fltk.git
synced 2026-05-31 13:55:38 +08:00
Typo in Fl_X11_Screen_Driver::flush header
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11154 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
@@ -53,7 +53,7 @@ public:
|
|||||||
// --- audible output
|
// --- audible output
|
||||||
virtual void beep(int type);
|
virtual void beep(int type);
|
||||||
// --- global events
|
// --- global events
|
||||||
virtual void flush() = 0;
|
virtual void flush();
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user