]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/clntdata.cpp
better spacing
[wxWidgets.git] / src / common / clntdata.cpp
index d7a984d672a0da6b6ba901173ca195c82ffccb8a..5b98d24f4888dd372895451dcfa5ed8b67ab568b 100644 (file)
@@ -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
+
 // ----------------------------------------------------------------------------