]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gauge.h
Added wxPGProperty::SetDefaultValue(v), as a shortcut for SetAttribute(DefaultValue, v)
[wxWidgets.git] / include / wx / gauge.h
index 1e2bd61ca86a2a3a77eea9c2e2fa31c5bab227f9..65660db109927308758c7abf422bacc8b845d584 100644 (file)
@@ -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__)