]> git.saurik.com Git - wxWidgets.git/blobdiff - src/stubs/thread.cpp
Changed wxMenu::GetTitle to return a wxString.
[wxWidgets.git] / src / stubs / thread.cpp
index 9a03aae3cd3c6d8979d7efd05caebf82a9605844..36e710b5b2b146c54881b2b49f04223784e917d7 100644 (file)
@@ -15,6 +15,7 @@
 
 #include "wx/module.h"
 #include "wx/thread.h"
+#include "wx/utils.h"
 
 enum thread_state {
   STATE_IDLE = 0,
@@ -183,6 +184,7 @@ unsigned long wxThread::GetID() const
 bool wxThread::IsMain()
 {
     // TODO
+    return FALSE;
 }
 
 wxThread::wxThread()