X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b88c44e735c80ecee8791f7560f5ee63dd9e9234..7dfdce6b02b6ec828d7e5519d8d67438147e9bb8:/src/common/clntdata.cpp diff --git a/src/common/clntdata.cpp b/src/common/clntdata.cpp index d7a984d672..5291e8fa0c 100644 --- a/src/common/clntdata.cpp +++ b/src/common/clntdata.cpp @@ -6,10 +6,10 @@ // Created: 9-Oct-2001 // RCS-ID: $Id$ // Copyright: (c) wxWindows team -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #pragma implementation "clntdata.h" #endif @@ -24,7 +24,7 @@ // ---------------------------------------------------------------------------- -#if 0 + wxClientDataContainer::wxClientDataContainer() { @@ -81,7 +81,7 @@ void *wxClientDataContainer::DoGetClientData() const return m_clientData; } -#endif + // ----------------------------------------------------------------------------