Added declaration of new method (still to be implemented).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46218 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -19,6 +19,7 @@
|
|||||||
class WXDLLIMPEXP_BASE wxConsoleAppTraits : public wxConsoleAppTraitsBase
|
class WXDLLIMPEXP_BASE wxConsoleAppTraits : public wxConsoleAppTraitsBase
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
virtual wxEventLoopBase *CreateEventLoop();
|
||||||
#if wxUSE_TIMER
|
#if wxUSE_TIMER
|
||||||
virtual wxTimerImpl *CreateTimerImpl(wxTimer *timer) { return NULL; };
|
virtual wxTimerImpl *CreateTimerImpl(wxTimer *timer) { return NULL; };
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user