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:
parent
acb69c1342
commit
eaca2a2cfc
@ -82,7 +82,8 @@ class WXDLLEXPORT wxEventLoop : public wxEventLoopBase
|
||||
{
|
||||
public:
|
||||
wxEventLoop() { m_impl = NULL; }
|
||||
|
||||
virtual ~wxEventLoop();
|
||||
|
||||
virtual int Run();
|
||||
virtual void Exit(int rc = 0);
|
||||
virtual bool Pending() const;
|
||||
@ -94,7 +95,7 @@ protected:
|
||||
wxEventLoopImpl *m_impl;
|
||||
|
||||
DECLARE_NO_COPY_CLASS(wxEventLoop)
|
||||
}
|
||||
};
|
||||
|
||||
#endif // __WXMSW__/!__WXMSW__
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user