]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/listimpl.cpp
wxFileName::Get/SetTimes() finally seem to work under Windows
[wxWidgets.git] / include / wx / listimpl.cpp
index ccb1e6397c7a2459925a34dfc94dce6432ebc8c9..3beb66103d5f597528a94ead2feff7416575c40f 100644 (file)
@@ -6,13 +6,13 @@
 // Created:     16/11/98
 // RCS-ID:      $Id$
 // Copyright:   (c) 1998 Vadim Zeitlin
 // Created:     16/11/98
 // RCS-ID:      $Id$
 // Copyright:   (c) 1998 Vadim Zeitlin
-// Licence:    wxWindows license
+// Licence:     wxWindows license
 /////////////////////////////////////////////////////////////////////////////
 
 /////////////////////////////////////////////////////////////////////////////
 
-#define _DEFINE_LIST(T, name)           \
-    void wx##name##Node::DeleteData()   \
-    {                                   \
-        delete (T *)GetData();          \
+#define _DEFINE_LIST(T, name)                   \
+    void wx##name##Node::DeleteData()    \
+    {                                           \
+        delete (T *)GetData();                  \
     }
 
 // redefine the macro so that now it will generate the class implementation
     }
 
 // redefine the macro so that now it will generate the class implementation