X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f090e4ef6753479f3c3d2ea3ec1f692241540d65..e94f3031736c1a23eba37892b4076893b1f6e416:/interface/wx/filesys.h diff --git a/interface/wx/filesys.h b/interface/wx/filesys.h index 0fb4383841..17157177da 100644 --- a/interface/wx/filesys.h +++ b/interface/wx/filesys.h @@ -61,6 +61,11 @@ public: */ static void AddHandler(wxFileSystemHandler* handler); + /** + Remove a filesystem handler from the list of handlers. + */ + static wxFileSystemHandler* RemoveHandler(wxFileSystemHandler *handler); + /** Sets the current location. @a location parameter passed to OpenFile() is relative to this path.