]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/lboxcmn.cpp
Call CreateControl instead of CreateBase
[wxWidgets.git] / src / common / lboxcmn.cpp
index 671c54c39a8273bc432aa2495ac5d9e26870c956..a591f21db21bc4df89abb19662eeda7c34c9b01c 100644 (file)
@@ -5,7 +5,7 @@
 // Modified by:
 // Created:     22.10.99
 // RCS-ID:      $Id$
-// Copyright:   (c) wxWindows team
+// Copyright:   (c) wxWidgets team
 // Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
@@ -17,7 +17,7 @@
 // headers
 // ----------------------------------------------------------------------------
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
     #pragma implementation "listboxbase.h"
 #endif