]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/univ/gauge.h
compilation fix after wxUniChar changes
[wxWidgets.git] / include / wx / univ / gauge.h
index 04ac21fc87902ec9ed7c3674df1eda619340f50c..80b1bf6c110448a93a967852594c9c197482ab34 100644 (file)
@@ -5,13 +5,12 @@
 // Modified by:
 // Created:     20.02.01
 // RCS-ID:      $Id$
-// Copyright:   (c) 2001 Vadim Zeitlin <zeitlin@dptmaths.ens-cachan.fr>
+// Copyright:   (c) 2001 SciTech Software, Inc. (www.scitechsoft.com)
 // 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_