X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bf973818a376aea7edf29ec264982fcde7423c78..92c0fc34c104c8d7c12d6a3b78ea232690fc23f4:/interface/wx/ffile.h?ds=inline diff --git a/interface/wx/ffile.h b/interface/wx/ffile.h index 43d94f1ed1..ada146d343 100644 --- a/interface/wx/ffile.h +++ b/interface/wx/ffile.h @@ -2,7 +2,6 @@ // Name: ffile.h // Purpose: interface of wxFFile // Author: wxWidgets team -// RCS-ID: $Id$ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -77,8 +76,11 @@ public: closing the file if this descriptor is opened. IsOpened() will return @false after call to Detach(). + + @return The FILE pointer (this is new since wxWidgets 3.0.0, in the + previous versions this method didn't return anything). */ - void Detach(); + FILE* Detach(); /** Returns @true if an attempt has been made to read @e past