Updated fex_mini

git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@193 a31d4220-a93d-0410-bf67-fe4944624d44
This commit is contained in:
mudlord 2007-12-13 11:03:48 +00:00
parent 6b10dbee8f
commit 8f5d65d4ea
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