From 6dce8db8ca99015ab0b262a03ce2dc2c6c96695d Mon Sep 17 00:00:00 2001 From: AlexPeshkoff Date: Thu, 11 Jan 2024 13:41:17 +0300 Subject: [PATCH] Misc --- examples/dbcrypt/CryptKeyHolder.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/dbcrypt/CryptKeyHolder.cpp b/examples/dbcrypt/CryptKeyHolder.cpp index 3e52963d6f..3b7f5ec60f 100644 --- a/examples/dbcrypt/CryptKeyHolder.cpp +++ b/examples/dbcrypt/CryptKeyHolder.cpp @@ -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)