]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/thread/thread.cpp
added operator>>(wchar_t)
[wxWidgets.git] / samples / thread / thread.cpp
index dd421d794dce67150dc52e49ee8143c1c5f37bc4..d239920382196f678b063b81565ebae6370be1d0 100644 (file)
@@ -47,7 +47,7 @@ class MyApp : public wxApp
 {
 public:
     MyApp();
-    virtual ~MyApp();
+    virtual ~MyApp(){};
 
     virtual bool OnInit();
 
@@ -358,10 +358,6 @@ MyApp::MyApp()
     m_waitingUntilAllDone = false;
 }
 
-MyApp::~MyApp()
-{
-}
-
 // `Main program' equivalent, creating windows and returning main app frame
 bool MyApp::OnInit()
 {