X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/be8098689121d2352751c51005c133797d77ecea..ab0d42f76d5594bd28fdcad35bedeb380902f3ea:/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();