// Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////////
-#ifdef __GNUG__
- #pragma implementation "gaugeuniv.h"
-#endif
+#ifndef _WX_UNIV_GAUGE_H_
+#define _WX_UNIV_GAUGE_H_
// ----------------------------------------------------------------------------
// wxGauge: a progress bar
DECLARE_DYNAMIC_CLASS(wxGauge)
};
+
+#endif // _WX_UNIV_GAUGE_H_