No real changes, just made wxEventLoopManual uncopyable.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61442 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2009-07-17 16:55:55 +00:00
parent a758f601dd
commit 2a392e2d16

View File

@ -195,6 +195,9 @@ protected:
// should we exit the loop?
bool m_shouldExit;
private:
wxDECLARE_NO_COPY_CLASS(wxEventLoopManual);
};
#endif // platforms using "manual" loop