]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/textctrl.h
handle sizeof(int) correctly
[wxWidgets.git] / include / wx / msw / textctrl.h
index 1e8e351f0249863720b8abf01e6d4ed954e48689..edc0de5b329c4bd979e5f3bc656d41516ae7f23c 100644 (file)
@@ -18,7 +18,7 @@
 
 #include "wx/control.h"
 
-#if USE_IOSTREAMH
+#if wxUSE_IOSTREAMH
 #include <iostream.h>
 #else
 #include <iostream>
@@ -147,7 +147,7 @@ public:
   
 protected:
   bool      m_isRich; // Are we using rich text edit to implement this?
-  wxString  fileName;
+  wxString  m_fileName;
   
   DECLARE_EVENT_TABLE()
 };