Skip to content

Commit

Permalink
Fixed header defitinion.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chriztiaan committed Oct 31, 2024
1 parent 2c42f0c commit bdbbb83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/ConnectionPool.h
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ class ConnectionPool {
/**
* Refreshes the schema for all connections.
*/
std::future<void> ConnectionPool::refreshSchema();
std::future<void> refreshSchema();

/**
* Attaches another database to all connections
Expand Down

0 comments on commit bdbbb83

Please sign in to comment.