]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/variant.h
More wxMotif work, OGL enhancements, USE_ macro corrections, object.cpp delete
[wxWidgets.git] / include / wx / variant.h
index e165f87168100586c68d2b1f365d2d8b96d4b403..5c565aba18a7588939e073be97c042a074b47674 100644 (file)
@@ -21,7 +21,7 @@
 #include "wx/string.h"
 #include "wx/list.h"
 
-#if USE_IOSTREAMH
+#if wxUSE_IOSTREAMH
 #include <iostream.h>
 #else
 #include <iostream>