]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/ffile.h
Many plot window gooddies.
[wxWidgets.git] / include / wx / ffile.h
index 6a3f6fdb9ea0f1fca573394275cce28a09b2fab9..4695dc989b0ce8ee8758a0cebb656a5a95a3690c 100644 (file)
@@ -51,7 +51,7 @@ public:
   bool Close();
 
   // assign an existing file descriptor and get it back from wxFFile object
-  void Attach(FILE *fp, const wxString& name = _T(""))
+  void Attach(FILE *fp, const wxString& name = wxT(""))
     { Close(); m_fp = fp; m_name = name; }
   void Detach() { m_fp = NULL; }
   FILE *fp() const { return m_fp; }