]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/textctrl.h
More wxGTK work.
[wxWidgets.git] / include / wx / msw / textctrl.h
index 1e8e351f0249863720b8abf01e6d4ed954e48689..44928ded075fd21a6d45108de03da19e9e5c0546 100644 (file)
@@ -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()
 };