]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/file.h
added flag wxFILE_MUST_EXIST
[wxWidgets.git] / include / wx / file.h
index fc1e0a5f174816f6aebbc075662d8a3cbcfbebbe..125ddaff875c93307e1572843e23adf4252a5d6e 100644 (file)
@@ -60,7 +60,7 @@ public:
   // open/close
   bool Create(const char *szFileName, bool bOverwrite = FALSE);
   bool Open(const char *szFileName, OpenMode mode = read);
-  inline bool Close();  // Close is a NOP if not opened
+  bool Close();  // Close is a NOP if not opened
 
   // assign an existing file descriptor and get it back from wxFile object
   void Attach(int fd) { Close(); m_fd = fd; }