From 8f5d65d4ea5682ed89efedc94f25705ba656ef8f Mon Sep 17 00:00:00 2001 From: mudlord Date: Thu, 13 Dec 2007 11:03:48 +0000 Subject: [PATCH] Updated fex_mini git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@193 a31d4220-a93d-0410-bf67-fe4944624d44 --- src/fex_mini.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fex_mini.cpp b/src/fex_mini.cpp index f1514c6f..0b61bd5b 100644 --- a/src/fex_mini.cpp +++ b/src/fex_mini.cpp @@ -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