// headers
// ----------------------------------------------------------------------------
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
- #pragma implementation "gaugebase.h"
-#endif
-
// For compilers that support precompilation, includes "wx.h".
#include "wx/wxprec.h"
#ifndef WX_PRECOMP
#endif //WX_PRECOMP
+#if wxUSE_GAUGE
+
#include "wx/gauge.h"
-#if wxUSE_GAUGE
+const wxChar wxGaugeNameStr[] = wxT("gauge");
// ============================================================================
// implementation