]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/univ/gauge.h
encconv.cpp: Remove comment about 5 being big enough value for ENC_PER_PLATFORM ...
[wxWidgets.git] / include / wx / univ / gauge.h
index 73af591d5ff50b95df22f77cadbd955704f29cdd..80b1bf6c110448a93a967852594c9c197482ab34 100644 (file)
@@ -9,9 +9,8 @@
 // Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
-#ifdef __GNUG__
-    #pragma implementation "gaugeuniv.h"
-#endif
+#ifndef _WX_UNIV_GAUGE_H_
+#define _WX_UNIV_GAUGE_H_
 
 // ----------------------------------------------------------------------------
 // wxGauge: a progress bar
@@ -72,3 +71,5 @@ protected:
 
     DECLARE_DYNAMIC_CLASS(wxGauge)
 };
+
+#endif // _WX_UNIV_GAUGE_H_