qa: fix incorrect cast error on OSX/MSVC
This commit is contained in:
parent
027b6c8cf9
commit
8c94d88c78
|
@ -92,7 +92,7 @@ static bool testEvalExpr( const wxString& expr, LIBEVAL::VALUE expectedResult,
|
||||||
|
|
||||||
context.SetItems( itemA, itemB );
|
context.SetItems( itemA, itemB );
|
||||||
|
|
||||||
printf( "Expr: '%s'\n", (const char*) expr );
|
printf( "Expr: '%s'\n", (const char*) expr.c_str() );
|
||||||
|
|
||||||
bool error = !compiler.Compile( expr, &ucode, &preflightContext );
|
bool error = !compiler.Compile( expr, &ucode, &preflightContext );
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue