]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/clntdata.h
added wxUSE_SVG
[wxWidgets.git] / include / wx / clntdata.h
index 33fae4c1045b668ea092b765675f92a59410c819..c1d09e7c68c53b04392acb699682c26ad1717338 100644 (file)
@@ -169,12 +169,6 @@ struct WXDLLIMPEXP_BASE wxClientDataDictionaryPair
     wxClientData* data;
 };
 
     wxClientData* data;
 };
 
-_WX_DECLARE_VECTOR(
-    wxClientDataDictionaryPair,
-    wxClientDataDictionaryPairVector,
-    WXDLLIMPEXP_BASE
-);
-
 // this class is used internally to maintain the association between items
 // of (some subclasses of) wxControlWithItems and their client data
 // NOTE: this class does not keep track of whether it contains
 // this class is used internally to maintain the association between items
 // of (some subclasses of) wxControlWithItems and their client data
 // NOTE: this class does not keep track of whether it contains
@@ -266,7 +260,7 @@ private:
         return m_vec.size();
     }
 
         return m_vec.size();
     }
 
-    wxClientDataDictionaryPairVector m_vec;
+    wxVector<wxClientDataDictionaryPair> m_vec;
 };
 
 #endif // _WX_CLNTDATAH__
 };
 
 #endif // _WX_CLNTDATAH__