Skip to content

Commit bdbbb83

Browse files
committed
Fixed header defitinion.
1 parent 2c42f0c commit bdbbb83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ConnectionPool.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ class ConnectionPool {
130130
/**
131131
* Refreshes the schema for all connections.
132132
*/
133-
std::future<void> ConnectionPool::refreshSchema();
133+
std::future<void> refreshSchema();
134134

135135
/**
136136
* Attaches another database to all connections

0 commit comments

Comments
 (0)