]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/accesscmn.cpp
Add wxWithImages helper mix-in with {Set,Get,Assign}ImageList() methods.
[wxWidgets.git] / src / common / accesscmn.cpp
index f51cd62aaf9af00acd816abd14274bfca548484f..ce89082367d5c0ed73b8ab6483610a62641ff43c 100644 (file)
@@ -1,21 +1,17 @@
 ///////////////////////////////////////////////////////////////////////////////
-// Name:        common/accesscmn.cpp
+// Name:        src/common/accesscmn.cpp
 // Author:      Julian Smart
 // Modified by:
 // 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__