diff options
Diffstat (limited to 'nihil.error/error.ccm')
| -rw-r--r-- | nihil.error/error.ccm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nihil.error/error.ccm b/nihil.error/error.ccm index b624184..12d47cc 100644 --- a/nihil.error/error.ccm +++ b/nihil.error/error.ccm @@ -53,7 +53,7 @@ export struct error : std::exception { error(); // Destroy an error. - virtual ~error(); + ~error() override; // Create an error from a freeform string. error(std::string_view what, error cause); |
