From a0fe511b67d36291e2e2d409bbdb7ac46b860478 Mon Sep 17 00:00:00 2001 From: marha Date: Mon, 1 Nov 2010 15:49:36 +0000 Subject: Solved release compilation error --- tools/mhmake/src/mhmakefileparser.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/mhmake/src/mhmakefileparser.cpp') diff --git a/tools/mhmake/src/mhmakefileparser.cpp b/tools/mhmake/src/mhmakefileparser.cpp index 38c5cd3ac..f281bc7dd 100644 --- a/tools/mhmake/src/mhmakefileparser.cpp +++ b/tools/mhmake/src/mhmakefileparser.cpp @@ -295,7 +295,7 @@ string mhmakefileparser::ExpandMacro(const string &Expr, bool &Recurse) const throw string("Unknown function specified in macro: ")+Func; } #else - return (this->*pFunc)(Arg); + return (this->*pFunc)(Arg, &Expr); #endif } else -- cgit v1.2.3