mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-20 04:34:48 +00:00
Fix for build
Fix error: "getStringValue: is not a member of ConsoleValue"
This commit is contained in:
parent
120691abee
commit
0780cac6c8
|
|
@ -610,7 +610,7 @@ DefineEngineStringlyVariadicMethod(SQLiteObject, query, S32, 1, 5,
|
|||
}
|
||||
else
|
||||
return 0; // incorrect number of question marks vs arguments
|
||||
Con::printf("Old SQL: %s\nNew SQL: %s", argv[1].getStringValue(), szNew);
|
||||
Con::printf("Old SQL: %s\nNew SQL: %s", argv[1].getString(), szNew);
|
||||
return object->ExecuteSQL(szNew);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue