#ifndef _WX_GAUGE_H_BASE_
#define _WX_GAUGE_H_BASE_
-#if defined(__GNUG__) && !defined(__APPLE__)
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "gaugebase.h"
#endif
class WXDLLEXPORT wxGaugeBase : public wxControl
{
public:
+ wxGaugeBase() { }
virtual ~wxGaugeBase();
bool Create(wxWindow *parent,
// the current position
int m_gaugePos;
+
+ DECLARE_NO_COPY_CLASS(wxGaugeBase)
};
#if defined(__WXUNIVERSAL__)