Skip to content

Commit

Permalink
Init
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Nov 21, 2024
1 parent 49000cb commit ddd971c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/duckdb/src/main/connection.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Connection::Connection(DatabaseInstance &database)
#endif
}

Connection::Connection(DuckDB &database) : Connection(*database.instance) {
Connection::Connection(DuckDB &database) : Connection(*database.instance) : warning_cb(nullptr) {
}

Connection::Connection(Connection &&other) noexcept {
Expand Down

0 comments on commit ddd971c

Please sign in to comment.