]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/file.h
fix the definition of many static functions marked as 'const' or functions which...
[wxWidgets.git] / interface / wx / file.h
index 6b32e84dca1d95820ded6c9544b0e20c40317660..18e138400d0ffbb81f47c0a125fb492f4daf7c48 100644 (file)
@@ -102,6 +102,8 @@ class wxTempFile
 public:
     /**
         Associates wxTempFile with the file to be replaced and opens it.
+
+        @warning
         You should use IsOpened() to verify that the constructor succeeded.
     */
     wxTempFile(const wxString& strName);
@@ -248,6 +250,9 @@ public:
             The filename.
         @param mode
             The mode in which to open the file.
+
+        @warning
+        You should use IsOpened() to verify that the constructor succeeded.
     */
     wxFile(const wxString& filename,
            wxFile::OpenMode mode = wxFile::read);