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:
parent
6b10dbee8f
commit
8f5d65d4ea
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue