]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gauge.h
Forbid setting hints for multi-line text controls.
[wxWidgets.git] / include / wx / gauge.h
index 1e2bd61ca86a2a3a77eea9c2e2fa31c5bab227f9..be03e7e8e7b061c07cd5b7a2470cb6c6dede788f 100644 (file)
@@ -84,7 +84,7 @@ public:
     virtual void SetBezelFace(int w);
     virtual int GetBezelFace() const;
 
-    // overriden base class virtuals
+    // overridden base class virtuals
     virtual bool AcceptsFocus() const { return false; }
 
 protected:
@@ -100,7 +100,7 @@ protected:
     int m_nDirection;       // can be wxRIGHT or wxLEFT
 #endif
 
-    DECLARE_NO_COPY_CLASS(wxGaugeBase)
+    wxDECLARE_NO_COPY_CLASS(wxGaugeBase);
 };
 
 #if defined(__WXUNIVERSAL__)