]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/variant.h
I got tired of some of the memory leak messages related to html and
[wxWidgets.git] / include / wx / variant.h
index de915f8f7dc85e859ac76f895557964463ec6303..ac685e092c32c82b38e8082a4c067281ad4a7341 100644 (file)
@@ -54,9 +54,13 @@ public:
     // Copy to data
     virtual void Copy(wxVariantData& data) = 0;
     virtual bool Eq(wxVariantData& data) const = 0;
+#if wxUSE_STD_IOSTREAM
     virtual bool Write(ostream& str) const = 0;
+#endif
     virtual bool Write(wxString& str) const = 0;
+#if wxUSE_STD_IOSTREAM
     virtual bool Read(istream& str) = 0;
+#endif
     virtual bool Read(wxString& str) = 0;
     // What type is it? Return a string name.
     virtual wxString GetType() const = 0;