X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e1d63b79352db5290a9f86428d193bd6a08ef32f..1a2fe0cbea671f0642b71f0a3ea30a55943e21c5:/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();