#ifndef _WX_CHOICE_H_
#define _WX_CHOICE_H_
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "choice.h"
#endif
class WXDLLEXPORT wxChoice : public wxChoiceBase
{
- DECLARE_DYNAMIC_CLASS(wxChoice)
-
public:
// ctors
wxChoice() { }
// free all memory we have (used by Clear() and dtor)
void Free();
+
+ DECLARE_DYNAMIC_CLASS_NO_COPY(wxChoice)
};
#endif // _WX_CHOICE_H_