qa: fix incorrect cast error on OSX/MSVC

This commit is contained in:
Tomasz Wlostowski 2020-08-14 09:48:40 +02:00
parent 027b6c8cf9
commit 8c94d88c78
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ static bool testEvalExpr( const wxString& expr, LIBEVAL::VALUE expectedResult,
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 );