summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2016-02-11 00:18:02 +0000
committerMatthias Melcher <fltk@matthiasm.com>2016-02-11 00:18:02 +0000
commita3c0dac034c919c2714f3f129a9f5d9d26ae3de4 (patch)
treed9c14dcf517756b96416e2b76182c54dbd75ee61
parent9a0be2c8df4c12f70ada36c25f6d64a8be52b0dc (diff)
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
-rw-r--r--src/drivers/X11/Fl_X11_Screen_Driver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/X11/Fl_X11_Screen_Driver.h b/src/drivers/X11/Fl_X11_Screen_Driver.h
index b699a9ac4..4a4667cf5 100644
--- a/src/drivers/X11/Fl_X11_Screen_Driver.h
+++ b/src/drivers/X11/Fl_X11_Screen_Driver.h
@@ -53,7 +53,7 @@ public:
// --- audible output
virtual void beep(int type);
// --- global events
- virtual void flush() = 0;
+ virtual void flush();
};