]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/accesscmn.cpp
fix bug introduced in r54646: we still need to count the embedded NULs when convertin...
[wxWidgets.git] / src / common / accesscmn.cpp
index f51cd62aaf9af00acd816abd14274bfca548484f..037fc8edf5b755219d91c5197d546b2e2435f9ac 100644 (file)
@@ -5,17 +5,13 @@
 // Created:     2003-02-12
 // RCS-ID:      $Id$
 // Copyright:   (c) Julian Smart
-// Licence:     wxWidgets licence
+// Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
 // ----------------------------------------------------------------------------
 // headers
 // ----------------------------------------------------------------------------
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-    #pragma implementation "accessbase.h"
-#endif
-
 #include "wx/wxprec.h"
 
 #ifdef __BORLANDC__