class WXDLLEXPORT wxConsoleAppTraits : public wxConsoleAppTraitsBase
{
public:
+ // no timer support in wxBase yet
+#if wxUSE_TIMER
+ virtual wxTimerImpl *CreateTimerImpl(wxTimer *timer) { return NULL; };
+#endif
// other miscellaneous helpers
// ---------------------------
class WXDLLEXPORT wxGUIAppTraits : public wxGUIAppTraitsBase
{
public:
+#if wxUSE_TIMER
+ virtual wxTimerImpl *CreateTimerImpl(wxTimer *timer);
+#endif
// other miscellaneous helpers
// ---------------------------