]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/variant.h
Change default alignment to centre vertically
[wxWidgets.git] / include / wx / variant.h
index bee2b4a6465281e47b151cd168971afdd7dc18b4..dffe0a0190da7921a1a17240fe445c26e1e89225 100644 (file)
@@ -290,14 +290,14 @@ public:
     // list operations
     // ------------------------------
 
-    wxVariant(const wxList& val, const wxString& name = wxEmptyString); // List of variants
-    bool operator== (const wxList& value) const;
-    bool operator!= (const wxList& value) const;
-    void operator= (const wxList& value) ;
+    wxVariant(const wxVariantList& val, const wxString& name = wxEmptyString); // List of variants
+    bool operator== (const wxVariantList& value) const;
+    bool operator!= (const wxVariantList& value) const;
+    void operator= (const wxVariantList& value) ;
     // Treat a list variant as an array
     wxVariant operator[] (size_t idx) const;
     wxVariant& operator[] (size_t idx) ;
-    wxList& GetList() const ;
+    wxVariantList& GetList() const ;
 
     // Return the number of elements in a list
     size_t GetCount() const;