Fixed compilation error
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28556 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -82,6 +82,7 @@ class WXDLLEXPORT wxEventLoop : public wxEventLoopBase
|
|||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
wxEventLoop() { m_impl = NULL; }
|
wxEventLoop() { m_impl = NULL; }
|
||||||
|
virtual ~wxEventLoop();
|
||||||
|
|
||||||
virtual int Run();
|
virtual int Run();
|
||||||
virtual void Exit(int rc = 0);
|
virtual void Exit(int rc = 0);
|
||||||
@@ -94,7 +95,7 @@ protected:
|
|||||||
wxEventLoopImpl *m_impl;
|
wxEventLoopImpl *m_impl;
|
||||||
|
|
||||||
DECLARE_NO_COPY_CLASS(wxEventLoop)
|
DECLARE_NO_COPY_CLASS(wxEventLoop)
|
||||||
}
|
};
|
||||||
|
|
||||||
#endif // __WXMSW__/!__WXMSW__
|
#endif // __WXMSW__/!__WXMSW__
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user