]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/statline.h
Extend history api using the ie backend to include loading history items, and getting...
[wxWidgets.git] / include / wx / statline.h
index 9cdd7ffd2e8e726efc1bc3590ff47260150944e2..514a3d30751800ca999f30a63c0234e53559b3de 100644 (file)
@@ -46,7 +46,7 @@ public:
     // get the default size for the "lesser" dimension of the static line
     static int GetDefaultSize() { return 2; }
 
-    // overriden base class virtuals
+    // overridden base class virtuals
     virtual bool AcceptsFocus() const { return false; }
 
 protected:
@@ -76,7 +76,7 @@ protected:
         return AdjustSize(wxDefaultSize);
     }
 
-    DECLARE_NO_COPY_CLASS(wxStaticLineBase)
+    wxDECLARE_NO_COPY_CLASS(wxStaticLineBase);
 };
 
 // ----------------------------------------------------------------------------