mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 17:01:15 +02:00
gui/widget/progressstatus.h: try to fix compile with gcc 4.6.3/uclibc:
undefined reference to vtable for CProgress_StatusViewer
This commit is contained in:
@@ -34,7 +34,7 @@ class CProgress_StatusViewer
|
|||||||
virtual unsigned int getGlobalStatus(void) = 0;
|
virtual unsigned int getGlobalStatus(void) = 0;
|
||||||
virtual void showLocalStatus(const unsigned int prog) = 0;
|
virtual void showLocalStatus(const unsigned int prog) = 0;
|
||||||
virtual void showStatusMessageUTF(const std::string & text) = 0;
|
virtual void showStatusMessageUTF(const std::string & text) = 0;
|
||||||
virtual void paint();
|
virtual void paint() = 0;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user