fix
This commit is contained in:
		@@ -27,7 +27,7 @@
 | 
			
		||||
#include "utils/error.hpp"
 | 
			
		||||
 | 
			
		||||
namespace repertory::utils::db::sqlite {
 | 
			
		||||
void sqlite_deleter::operator()(sqlite3 *db3) const {
 | 
			
		||||
void sqlite3_deleter::operator()(sqlite3 *db3) const {
 | 
			
		||||
  REPERTORY_USES_FUNCTION_NAME();
 | 
			
		||||
 | 
			
		||||
  if (db3 == nullptr) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user