8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 16:43:03 +01:00
This commit is contained in:
AlexPeshkoff 2024-01-11 13:41:17 +03:00
parent 8b7ef73688
commit 6dce8db8ca

View File

@ -138,7 +138,7 @@ private:
: holder(p)
{ }
unsigned int callback(unsigned int, const void*, unsigned int length, void* buffer)
unsigned int callback(unsigned int, const void*, unsigned int length, void* buffer) override
{
ISC_UCHAR k = holder->getKey();
if (!k)