]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/thread.cpp
new makefile
[wxWidgets.git] / src / msw / thread.cpp
index c516a161d7b172e6e263d9aec6d456374fc15098..e2c76f9389403c4964138f1eb591905d9e6a4837 100644 (file)
@@ -371,6 +371,8 @@ private:
     wxMutex& m_mutex;
 
     wxSemaphore m_semaphore;
+
+    DECLARE_NO_COPY_CLASS(wxConditionInternal)
 };
 
 wxConditionInternal::wxConditionInternal(wxMutex& mutex)