]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/statbmp.h
fix many doxygen warnings about undocumented parameters
[wxWidgets.git] / interface / wx / statbmp.h
index d18ff1fe396bda9bb09f34c82d2f76fde1acf884..58bd010c7471ebac3021f23f1912d1af6325c263 100644 (file)
@@ -8,7 +8,6 @@
 
 /**
     @class wxStaticBitmap
-    @wxheader{statbmp.h}
 
     A static bitmap control displays a bitmap. Native implementations on some 
     platforms are only meant for display of the small icons in the dialog 
@@ -74,7 +73,7 @@ public:
 
         @see SetBitmap()
     */
-    wxBitmap GetBitmap() const;
+    virtual wxBitmap GetBitmap() const;
 
     /**
         Returns the icon currently used in the control. Notice that this method can
@@ -84,7 +83,7 @@ public:
 
         @see SetIcon()
     */
-    wxIcon GetIcon() const;
+    virtual wxIcon GetIcon() const;
 
     /**
         Sets the bitmap label.