X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e484468721a4e8e0099a363deee468e44d89294a..27c2041ff6d4f8db45f3903038d3d92aff4b6328:/include/wx/fs_mem.h diff --git a/include/wx/fs_mem.h b/include/wx/fs_mem.h index 9a46b264f4..9070967326 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_ @@ -90,12 +90,15 @@ public: } #if wxUSE_IMAGE - static void AddFile(const wxString& filename, wxImage& image, long type); -#endif // wxUSE_IMAGE + static void AddFile(const wxString& filename, + const wxImage& image, + long type); static void AddFile(const wxString& filename, const wxBitmap& bitmap, long type); +#endif // wxUSE_IMAGE + }; #else // !wxUSE_GUI