]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/apptrait.h
compatibility fix: have wxListKey ctors from C strings so that passing string literal...
[wxWidgets.git] / include / wx / os2 / apptrait.h
index 37e69eafeca5e0a3385cf603fd39f75ea9d3f9a1..c77a07486a22c30070d7d135b4b953ff9aac19b0 100644 (file)
@@ -30,6 +30,7 @@ public:
 class WXDLLIMPEXP_CORE wxGUIAppTraits : public wxGUIAppTraitsBase
 {
 public:
+    virtual wxEventLoopBase *CreateEventLoop();
 #if wxUSE_TIMER
     virtual wxTimerImpl *CreateTimerImpl(wxTimer *timer);
 #endif