removed obsolete parameter from basic_object_info constructor

This commit is contained in:
2025-07-17 22:45:27 +02:00
parent fa393a1e30
commit d8e43c1f95
5 changed files with 10 additions and 14 deletions
+1 -1
View File
@@ -86,7 +86,7 @@ public:
/**
* No logging on a select-statement.
*/
void on_fetch( const std::string& stmt ) override { }
void on_fetch( const std::string& ) override { }
/**
* No logging on preparing a statement.