X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/04dbb6467be8f564f380bd9a1106fbdecbd26a98..9918d4d5c1604d8bdd6cd04a3b163ae64eb9d447:/include/wx/fs_mem.h diff --git a/include/wx/fs_mem.h b/include/wx/fs_mem.h index 96946d350f..03fa523eee 100644 --- a/include/wx/fs_mem.h +++ b/include/wx/fs_mem.h @@ -6,6 +6,8 @@ // Licence: wxWindows Licence ///////////////////////////////////////////////////////////////////////////// +#ifndef _WX_FS_MEM_H_ +#define _WX_FS_MEM_H_ #ifdef __GNUG__ #pragma interface "fs_mem.h" @@ -63,3 +65,5 @@ class WXDLLEXPORT wxMemoryFSHandler : public wxFileSystemHandler // wxUSE_FILESYSTEM +#endif // _WX_FS_MEM_H_ +