]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/ctrlsub.cpp
Use system colours
[wxWidgets.git] / src / common / ctrlsub.cpp
index 36bf79cec92dab80ea59f31f034a0cc071b9336d..df087db26825b8eb10b9dedb5e01d8188b8117a4 100644 (file)
 // headers
 // ----------------------------------------------------------------------------
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-    #pragma implementation "controlwithitems.h"
-#endif
-
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
@@ -35,6 +31,8 @@
     #include "wx/arrstr.h"
 #endif
 
+IMPLEMENT_ABSTRACT_CLASS(wxControlWithItems, wxControl)
+
 // ============================================================================
 // wxItemContainerImmutable implementation
 // ============================================================================