summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2016-02-26 11:13:43 +0000
committerAlbrecht Schlosser <albrechts.fltk@online.de>2016-02-26 11:13:43 +0000
commit44f203e275be93b5abbb8f3ce05f8eb73434cf96 (patch)
treea27c69b3df849b2240e9744db0b5c1d8578078b1
parent7f17b915db467ed1b49ce1b4a0bb7f36dc5cba85 (diff)
Fix Linux and Windows compilation error.
Note: class Fl_Device has been removed. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11218 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
-rw-r--r--FL/Fl_Screen_Driver.H2
-rw-r--r--FL/Fl_System_Driver.H2
2 files changed, 2 insertions, 2 deletions
diff --git a/FL/Fl_Screen_Driver.H b/FL/Fl_Screen_Driver.H
index c7bc00497..f71066f12 100644
--- a/FL/Fl_Screen_Driver.H
+++ b/FL/Fl_Screen_Driver.H
@@ -36,7 +36,7 @@
class Fl_Window;
-class FL_EXPORT Fl_Screen_Driver : public Fl_Device {
+class FL_EXPORT Fl_Screen_Driver {
protected:
Fl_Screen_Driver();
diff --git a/FL/Fl_System_Driver.H b/FL/Fl_System_Driver.H
index e0dfb2ba2..9cb36b45f 100644
--- a/FL/Fl_System_Driver.H
+++ b/FL/Fl_System_Driver.H
@@ -30,7 +30,7 @@
/**
\brief A base class for platform specific window handling code.
*/
-class FL_EXPORT Fl_System_Driver : public Fl_Device {
+class FL_EXPORT Fl_System_Driver {
public:
Fl_System_Driver();
virtual ~Fl_System_Driver();