8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 18:03:04 +01:00
This commit is contained in:
AlexPeshkoff 2023-04-12 20:36:35 +03:00
parent 30b3772f79
commit 04c44d5559

View File

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