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:
@@ -195,6 +195,9 @@ protected:
|
|||||||
|
|
||||||
// should we exit the loop?
|
// should we exit the loop?
|
||||||
bool m_shouldExit;
|
bool m_shouldExit;
|
||||||
|
|
||||||
|
private:
|
||||||
|
wxDECLARE_NO_COPY_CLASS(wxEventLoopManual);
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // platforms using "manual" loop
|
#endif // platforms using "manual" loop
|
||||||
|
Reference in New Issue
Block a user