]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/statbmp.h
Enable variadic macros for VC9 and later.
[wxWidgets.git] / include / wx / statbmp.h
index 9278aa0974d5c74297c07c2812dcdfdc56786561..b188edce7bed9ebb1ab4534a78065f4a8278a268 100644 (file)
@@ -40,7 +40,7 @@ public:
         return wxIcon();
     }
 
-    // overriden base class virtuals
+    // overridden base class virtuals
     virtual bool AcceptsFocus() const { return false; }
     virtual bool HasTransparentBackground() { return true; }
 
@@ -50,7 +50,7 @@ protected:
 
     virtual wxSize DoGetBestSize() const;
 
-    DECLARE_NO_COPY_CLASS(wxStaticBitmapBase)
+    wxDECLARE_NO_COPY_CLASS(wxStaticBitmapBase);
 };
 
 #if defined(__WXUNIVERSAL__)