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