]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gauge.h
wxDateTime timezone functions now dynamic (no caching).
[wxWidgets.git] / include / wx / gauge.h
index bfb9f70eb215ae6f8440d5989609c2d52fe977cb..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__)
@@ -114,7 +114,7 @@ protected:
 #elif defined(__WXGTK__)
     #include "wx/gtk1/gauge.h"
 #elif defined(__WXMAC__)
-    #include "wx/mac/gauge.h"
+    #include "wx/osx/gauge.h"
 #elif defined(__WXCOCOA__)
     #include "wx/cocoa/gauge.h"
 #elif defined(__WXPM__)