diff options
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 |