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:
parent
7f17b915db
commit
44f203e275
@ -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();
|
||||
|
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user