]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gdicmn.h
Overhaul IE zoom functions to support both text and optical zoom.
[wxWidgets.git] / include / wx / gdicmn.h
index a41a9c5f52746f90fb3ed2ebb28b10bfbe3cdd25..5b6282d4b2a6abb33e04a60249d4b88bdc645d7c 100644 (file)
@@ -900,7 +900,7 @@ class WXDLLIMPEXP_CORE wxResourceCache: public wxList
 {
 public:
     wxResourceCache() { }
-#if !wxUSE_STL
+#if !wxUSE_STD_CONTAINERS
     wxResourceCache(const unsigned int keyType) : wxList(keyType) { }
 #endif
     virtual ~wxResourceCache();