]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/wxOLE/samples/servlet/servlet.cpp
Updated setup.
[wxWidgets.git] / utils / wxOLE / samples / servlet / servlet.cpp
index 216195d35c4c1afe1dd4aadc15825c73ea6b1d20..daaa45c1686c00034df96345c8d8c456ba86402e 100644 (file)
@@ -9,11 +9,6 @@
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#ifdef __GNUG__
-    #pragma implementation "servlet.cpp"
-    #pragma interface "servlet.cpp"
-#endif
-
 // For compilers that support precompilation, includes "wx/wx.h".
 #include "wx/wxprec.h"
 
@@ -70,7 +65,7 @@ class MyApp : public wxApp
 public:
 
     MyApp();
-    ~MyApp();
+    virtual ~MyApp();
 
     virtual bool OnInit();