diff --git a/src/watcher.cpp b/src/watcher.cpp index 9e64b44..ef98a37 100644 --- a/src/watcher.cpp +++ b/src/watcher.cpp @@ -9,7 +9,7 @@ namespace duckdb { namespace ui { -Watcher::Watcher(HttpServer &_server) : server(_server), should_run(false) {} +Watcher::Watcher(HttpServer &_server) : should_run(false), server(_server) {} bool WasCatalogUpdated(DatabaseInstance &db, Connection &connection, CatalogState &last_state) {