Applied 1215477, fixing a crash by properly removing
a file system handler in a module. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41033 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -188,6 +188,10 @@ public:
|
||||
// In fact, this class is only front-end to the FS handlers :-)
|
||||
static void AddHandler(wxFileSystemHandler *handler);
|
||||
|
||||
// Removes FS handler
|
||||
static wxFileSystemHandler* RemoveHandler(wxFileSystemHandler *handler);
|
||||
|
||||
|
||||
// Returns true if there is a handler which can open the given location.
|
||||
static bool HasHandlerForPath(const wxString& location);
|
||||
|
||||
|
Reference in New Issue
Block a user