From 3839d5975be47f6f2a0f8a767e4268e4d6e0e272 Mon Sep 17 00:00:00 2001 From: Oscar Franco Date: Wed, 18 Sep 2024 06:14:00 -0400 Subject: [PATCH] Fix sqlcipher compilation --- cpp/bridge.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/bridge.cpp b/cpp/bridge.cpp index 75c1b7d5..7d8acfaa 100644 --- a/cpp/bridge.cpp +++ b/cpp/bridge.cpp @@ -50,7 +50,7 @@ std::string opsqlite_get_db_path(std::string const &db_name, } #ifdef OP_SQLITE_USE_SQLCIPHER -BridgeResult opsqlite_open(std::string const &dbName, +BridgeResult opsqlite_open(std::string const &name, std::string const &last_path, std::string const &crsqlite_path, std::string const &sqlite_vec_path,