mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +00:00
Fix for build
Fix error: "getStringValue: is not a member of ConsoleValue"
This commit is contained in:
parent
120691abee
commit
0780cac6c8
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue