X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/12028905135250524409f1e7b9bfa9c55e5ce16b..b6a20a20d010d643e52914f51aa0700df0da925f:/include/wx/ffile.h diff --git a/include/wx/ffile.h b/include/wx/ffile.h index e9eaf36db7..8f8ffde014 100644 --- a/include/wx/ffile.h +++ b/include/wx/ffile.h @@ -86,7 +86,8 @@ public: // get current file length size_t Length() const; - // simple accessors + // simple accessors: note that Eof() and Error() may only be called if + // IsOpened()! // is file opened? bool IsOpened() const { return m_fp != NULL; } // is end of file reached?