From 44f203e275be93b5abbb8f3ce05f8eb73434cf96 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Fri, 26 Feb 2016 11:13:43 +0000 Subject: 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 --- FL/Fl_System_Driver.H | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'FL/Fl_System_Driver.H') 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(); -- cgit v1.2.3