8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-02-02 10:40:38 +01:00
This commit is contained in:
AlexPeshkoff 2023-04-12 20:36:35 +03:00
parent 0bbae51e1b
commit b32d75a38f

View File

@ -1345,7 +1345,7 @@ void PascalGenerator::generate()
}
else
{
char* sResult;
const char* sResult;
switch (method->returnTypeRef.token.type)
{
case Token::TYPE_STRING: