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