]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/thread.h
fix docs for wxInputStream::GetC(); fixes #4461
[wxWidgets.git] / interface / wx / thread.h
index 2007458cf054585d7c83e2e6b1e50370dce38fcf..ae197ca0f230aea6845cd2347011c931556c912f 100644 (file)
@@ -303,7 +303,7 @@ public:
     /**
         This constructor simply initializes a member variable.
     */
-    wxThreadHelper();
+    wxThreadHelper(wxThreadKind kind = wxTHREAD_JOINABLE);
 
     /**
         The destructor frees the resources associated with the thread.