From 30444d30a08bc223fc4573d9b89ef965536b9298 Mon Sep 17 00:00:00 2001 From: Francois Kritzinger Date: Mon, 25 Mar 2024 15:38:59 +0200 Subject: Post-review changes --- mod/module.hxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mod/module.hxx') diff --git a/mod/module.hxx b/mod/module.hxx index 157f5d5..ba8958a 100644 --- a/mod/module.hxx +++ b/mod/module.hxx @@ -41,6 +41,8 @@ namespace brep diag_data data; server_error (diag_data&& d): data (move (d)) {} + + server_error () = default; }; // Every handler member function that needs to produce any diagnostics -- cgit v1.1