Compilation fix (CreateTimerImpl is taken from timerunx.cpp, so not inline).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52735 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -19,9 +19,11 @@
|
|||||||
class WXDLLIMPEXP_BASE wxConsoleAppTraits : public wxConsoleAppTraitsBase
|
class WXDLLIMPEXP_BASE wxConsoleAppTraits : public wxConsoleAppTraitsBase
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
#if wxUSE_CONSOLE_EVENTLOOP
|
||||||
virtual wxEventLoopBase *CreateEventLoop();
|
virtual wxEventLoopBase *CreateEventLoop();
|
||||||
|
#endif // wxUSE_CONSOLE_EVENTLOOP
|
||||||
#if wxUSE_TIMER
|
#if wxUSE_TIMER
|
||||||
virtual wxTimerImpl *CreateTimerImpl(wxTimer *timer) { return NULL; };
|
virtual wxTimerImpl *CreateTimerImpl(wxTimer *timer);
|
||||||
#endif
|
#endif
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@@ -411,10 +411,11 @@ WXDLLEXPORT extern bool wxCheckWindowWndProc( WXHWND hWnd
|
|||||||
WXDLLEXPORT extern wxBitmap wxDisableBitmap( const wxBitmap& rBmp
|
WXDLLEXPORT extern wxBitmap wxDisableBitmap( const wxBitmap& rBmp
|
||||||
,long lColor
|
,long lColor
|
||||||
);
|
);
|
||||||
|
#if wxUSE_GUI
|
||||||
#include "wx/colour.h"
|
#include "wx/colour.h"
|
||||||
|
|
||||||
WXDLLEXPORT extern COLORREF wxColourToRGB(const wxColour& rColor);
|
WXDLLEXPORT extern COLORREF wxColourToRGB(const wxColour& rColor);
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif // __WXPM__
|
#endif // __WXPM__
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user