X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/be8098689121d2352751c51005c133797d77ecea..ccdcde00d9ae27ca20ff6c3c9495918a0ec725aa:/include/wx/thread.h diff --git a/include/wx/thread.h b/include/wx/thread.h index ff78911271..60f5c7c5c4 100644 --- a/include/wx/thread.h +++ b/include/wx/thread.h @@ -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();