]> git.saurik.com Git - wxWidgets.git/commitdiff
Add missing RemoveHandler
authorRobin Dunn <robin@alldunn.com>
Mon, 27 Feb 2012 23:50:54 +0000 (23:50 +0000)
committerRobin Dunn <robin@alldunn.com>
Mon, 27 Feb 2012 23:50:54 +0000 (23:50 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70720 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

interface/wx/filesys.h

index 0fb4383841028d8591826620a424ba92ef140e6c..17157177da50c5497c9c60a4a680a5865044490b 100644 (file)
@@ -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.