This commit is contained in:
Scott E. Graves 2024-10-18 13:28:21 -05:00
parent 09cb5d8f19
commit 48a1bef1ae

View File

@ -27,7 +27,7 @@
#include "utils/error.hpp" #include "utils/error.hpp"
namespace repertory::utils::db::sqlite { namespace repertory::utils::db::sqlite {
void sqlite_deleter::operator()(sqlite3 *db3) const { void sqlite3_deleter::operator()(sqlite3 *db3) const {
REPERTORY_USES_FUNCTION_NAME(); REPERTORY_USES_FUNCTION_NAME();
if (db3 == nullptr) { if (db3 == nullptr) {