Updated fex_mini

This commit is contained in:
mudlord 2007-12-13 11:03:48 +00:00
parent 802b350ec5
commit 81e02386b4
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ struct File_Extractor
void* user_data;
fex_user_cleanup_t user_cleanup;
char* name() { return (char*) (this + 1); }
char* name() const { return (char*) (this + 1); }
};
// Always identify as single file extractor