X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e1d63b79352db5290a9f86428d193bd6a08ef32f..23bd008a7fc66db7294762349399c0efbd012957:/include/wx/palmos/evtloop.h diff --git a/include/wx/palmos/evtloop.h b/include/wx/palmos/evtloop.h index 19b08f3404..8473fb38c1 100644 --- a/include/wx/palmos/evtloop.h +++ b/include/wx/palmos/evtloop.h @@ -16,10 +16,10 @@ // wxEventLoop // ---------------------------------------------------------------------------- -class WXDLLEXPORT wxEventLoop : public wxEventLoopBase +class WXDLLEXPORT wxGUIEventLoop : public wxEventLoopBase { public: - wxEventLoop(); + wxGUIEventLoop(); // implement base class pure virtuals virtual int Run();