X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2ecf902bc836f2808444b34eff48cdb12f289460..4d496ecbc48803b41b33e57d331895df5bfc7f56:/include/wx/filesys.h diff --git a/include/wx/filesys.h b/include/wx/filesys.h index a75350f724..ae51b8d7c4 100644 --- a/include/wx/filesys.h +++ b/include/wx/filesys.h @@ -10,10 +10,6 @@ #ifndef __FILESYS_H__ #define __FILESYS_H__ -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) -#pragma interface "filesys.h" -#endif - #include "wx/defs.h" #if !wxUSE_STREAMS @@ -186,7 +182,7 @@ public: wxString FindNext(); // Adds FS handler. - // In fact, this class is only front-end to the FS hanlers :-) + // In fact, this class is only front-end to the FS handlers :-) static void AddHandler(wxFileSystemHandler *handler); // remove all items from the m_Handlers list