]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/module.h
Make wxPGValidationInfo class instead of struct, re-document it (used at least by...
[wxWidgets.git] / interface / wx / module.h
index c8f1ff78c474218c74a99e07bd5273d89f0df0e2..1cd5717e16cd393ad6b98c7bfb06053bae903547 100644 (file)
@@ -33,7 +33,7 @@
       {
       public:
           wxDDEModule() { }
-          virtual bool OnInit() { wxDDEInitialize(); return @true; };
+          virtual bool OnInit() { wxDDEInitialize(); return true; };
           virtual void OnExit() { wxDDECleanUp(); };
 
       private:
@@ -86,7 +86,7 @@ public:
     /**
         Destructor.
     */
-    ~wxModule();
+    virtual ~wxModule();
 
     //@{
     /**