]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/listimpl.cpp
Comment-only update
[wxWidgets.git] / include / wx / listimpl.cpp
index fec23d206c1fc447be6e4482b8fc5c6296e96ca3..f3a4a1bdfe7810b592b5a258ae91564f116f94c1 100644 (file)
@@ -4,7 +4,6 @@
 // Author:      Vadim Zeitlin
 // Modified by:
 // Created:     16/11/98
-// RCS-ID:      $Id$
 // Copyright:   (c) 1998 Vadim Zeitlin
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
@@ -17,7 +16,7 @@
     {                                                                         \
         delete X;                                                             \
     }                                                                         \
-    name::BaseListType name::EmptyList;
+    _WX_LIST_HELPER_##name::BaseListType _WX_LIST_HELPER_##name::EmptyList;
 
 #else // !wxUSE_STD_CONTAINERS
     #undef WX_DEFINE_LIST_2