]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/app.cpp
Remove Objective-C class posing for everything except for NSApplication.
[wxWidgets.git] / src / msw / app.cpp
index 3c72ccbde89843d8e136f9840f945b3cd67e9e09..beecee9e62cc18d54d3b4fff37a89c8863ab5da2 100644 (file)
@@ -52,6 +52,7 @@
 
 #include "wx/msw/private.h"
 #include "wx/msw/ole/oleutils.h"
+#include "wx/msw/private/timer.h"
 
 #if wxUSE_TOOLTIPS
     #include "wx/tooltip.h"
@@ -265,6 +266,12 @@ wxPortId wxGUIAppTraits::GetToolkitVersion(int *majVer, int *minVer) const
 #endif
 }
 
+wxTimerImpl *
+wxGUIAppTraits::CreateTimerImpl(wxTimer *timer)
+{
+  return new wxMSWTimerImpl(timer);
+};
+
 // ===========================================================================
 // wxApp implementation
 // ===========================================================================