X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/77ffb5937e89927b621128789401db8921fe580f..87f0b1323b7ac77f02133b836c8dfee63b0fd387:/src/common/accesscmn.cpp?ds=sidebyside diff --git a/src/common/accesscmn.cpp b/src/common/accesscmn.cpp index f51cd62aaf..ce89082367 100644 --- a/src/common/accesscmn.cpp +++ b/src/common/accesscmn.cpp @@ -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__