]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dlist.h
Make generic wxDataViewToggleRenderer react to activation.
[wxWidgets.git] / include / wx / dlist.h
index 164ed8680a64d15bca4836b5aae762dfca48a2c4..b69f617d9bc2075aa28376cdd38f7c2a386a027b 100644 (file)
@@ -13,7 +13,7 @@
 #include "wx/defs.h"
 #include "wx/utils.h"
 
-#if wxUSE_STL
+#if wxUSE_STD_CONTAINERS
 
 #include "wx/beforestd.h"
 #include <algorithm>
@@ -199,7 +199,7 @@ public:
     }
 };
 
-#else  // STL
+#else  // !wxUSE_STD_CONTAINERS
 
 template <typename T>
 class wxDList
@@ -845,6 +845,6 @@ public:
     } */
 };
 
-#endif // wxUSE_STL/!wxUSE_STL
+#endif // wxUSE_STD_CONTAINERS/!wxUSE_STD_CONTAINERS
 
 #endif // _WX_DLIST_H_