/////////////////////////////////////////////////////////////////////////////
-// Name: common/choiccmn.cpp
+// Name: src/common/choiccmn.cpp
// Purpose: common (to all ports) wxChoice functions
// Author: Vadim Zeitlin
// Modified by:
// headers
// ----------------------------------------------------------------------------
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
- #pragma implementation "choicebase.h"
-#endif
-
// For compilers that support precompilation, includes "wx.h".
#include "wx/wxprec.h"
#if wxUSE_CHOICE
+#include "wx/choice.h"
+
#ifndef WX_PRECOMP
- #include "wx/choice.h"
#endif
+const char wxChoiceNameStr[] = "choice";
+
// ============================================================================
// implementation
// ============================================================================
}
#endif // wxUSE_CHOICE
-