]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/gauge.h
Doc and comment cleanup, fixes, tweaks
[wxWidgets.git] / interface / wx / gauge.h
index 2cb391e1b2ee97df85e52f5f99df75d1f1dcb47d..82f0ecfa6cc0ddf747ddcdbe5542f8bf45ecdede 100644 (file)
@@ -79,7 +79,7 @@ public:
     /**
         Destructor, destroying the gauge.
     */
-    ~wxGauge();
+    virtual ~wxGauge();
 
     /**
         Creates the gauge for two-step construction. See wxGauge() for further
@@ -138,7 +138,7 @@ public:
               undefined and thus you need to explicitely call SetValue() if you
               want to restore the determinate mode.
     */
-    void Pulse();
+    virtual void Pulse();
 
     /**
         Sets the 3D bezel face width.