X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1904aa72f0df85f2f02af417eff35639d4f1b93b..e5aa044ba4c5473c432581b5364d7f1bb25ad4ff:/include/wx/fs_mem.h diff --git a/include/wx/fs_mem.h b/include/wx/fs_mem.h index a941c894f8..5b5766f106 100644 --- a/include/wx/fs_mem.h +++ b/include/wx/fs_mem.h @@ -3,7 +3,7 @@ // Purpose: in-memory file system // Author: Vaclav Slavik // Copyright: (c) 2000 Vaclav Slavik -// Licence: wxWindows Licence +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef _WX_FS_MEM_H_ @@ -20,11 +20,7 @@ #pragma interface "fs_mem.h" #endif -#include "wx/wxprec.h" - -#ifdef __BORLANDC__ -#pragma hdrstop -#endif +#include "wx/defs.h" #if wxUSE_FILESYSTEM @@ -90,7 +86,9 @@ public: } #if wxUSE_IMAGE - static void AddFile(const wxString& filename, wxImage& image, long type); + static void AddFile(const wxString& filename, + const wxImage& image, + long type); static void AddFile(const wxString& filename, const wxBitmap& bitmap,