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:
Matthias Melcher
2016-02-11 00:18:02 +00:00
parent 9a0be2c8df
commit a3c0dac034
+1 -1
View File
@@ -53,7 +53,7 @@ public:
// --- audible output
virtual void beep(int type);
// --- global events
virtual void flush() = 0;
virtual void flush();
};