diff options
author | Francois Kritzinger <francois@codesynthesis.com> | 2024-03-25 15:38:59 +0200 |
---|---|---|
committer | Francois Kritzinger <francois@codesynthesis.com> | 2024-10-15 09:05:27 +0200 |
commit | ca3435f156f573d3d4f39c904d41fd121b6346d0 (patch) | |
tree | e83cfe3349b700be055fafc2a18aee4c0fcf23cc /mod/module.hxx | |
parent | c43ebafbd822647d4df2e175d983bc8d17a65f31 (diff) |
Post-review changes
Diffstat (limited to 'mod/module.hxx')
-rw-r--r-- | mod/module.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
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 |