]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/gauge.h
incomplete paste error
[wxWidgets.git] / include / wx / os2 / gauge.h
index 5df97b19ae5e5b8ddbfe7e3db8c2ddac729b8020..083e9f13a7a0bb87740cda5c4d9ae1bf9d4a5c26 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef _WX_GAUGE_H_
 #define _WX_GAUGE_H_
 
-class WXDLLEXPORT wxGauge: public wxGaugeBase
+class WXDLLIMPEXP_CORE wxGauge: public wxGaugeBase
 {
 public:
     inline wxGauge() { m_nRangeMax = 0; m_nGaugePos = 0; }
@@ -61,7 +61,7 @@ public:
     void SetValue(int nPos);
 
     inline virtual bool AcceptsFocus(void) const { return FALSE; }
-    inline virtual void Command(wxCommandEvent& WXUNUSED(rEvent)) {};
+    inline virtual void Command(wxCommandEvent& WXUNUSED(rEvent)) {}
 
 protected:
     int                             m_nRangeMax;
@@ -69,7 +69,7 @@ protected:
     int                             m_nWidth;
     int                             m_nHeight;
 
-    wxSize wxGauge::DoGetBestSize(void) const;
+    wxSize DoGetBestSize(void) const;
 
 private:
     DECLARE_DYNAMIC_CLASS(wxGauge)