From bdbbb83e3a9bdba65194e4586c136a2f8e1f3f89 Mon Sep 17 00:00:00 2001 From: Christiaan Landman Date: Thu, 31 Oct 2024 13:22:22 +0200 Subject: [PATCH] Fixed header defitinion. --- cpp/ConnectionPool.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/ConnectionPool.h b/cpp/ConnectionPool.h index 074d949..31df22b 100644 --- a/cpp/ConnectionPool.h +++ b/cpp/ConnectionPool.h @@ -130,7 +130,7 @@ class ConnectionPool { /** * Refreshes the schema for all connections. */ - std::future ConnectionPool::refreshSchema(); + std::future refreshSchema(); /** * Attaches another database to all connections