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
This commit is contained in:
Albrecht Schlosser 2016-02-26 11:13:43 +00:00
parent 7f17b915db
commit 44f203e275
2 changed files with 2 additions and 2 deletions

View File

@ -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();

View File

@ -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();