fix
This commit is contained in:
parent
09cb5d8f19
commit
48a1bef1ae
@ -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) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user