// Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////////
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
- #pragma interface "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_