]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/thread.h
fixed outdated filenames
[wxWidgets.git] / include / wx / thread.h
index ff789112718ea35c026265a30bd6ea9a5f561108..60f5c7c5c44b7f4fdf2c71252a438817fb4b2442 100644 (file)
@@ -225,7 +225,7 @@ public:
 
     // Each wxCondition object is associated with with a wxMutex object The
     // mutex object MUST be locked before calling Wait()
-    wxCondition( wxMutex *mutex );
+    wxCondition(wxMutex& mutex);
 
     // dtor is not virtual, don't use this class polymorphically
     ~wxCondition();