diff options
Diffstat (limited to 'src/format.h')
-rw-r--r-- | src/format.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/format.h b/src/format.h index 1ddd8202..e271fcf7 100644 --- a/src/format.h +++ b/src/format.h @@ -101,7 +101,7 @@ class format_t } }; -DECLARE_EXCEPTION(format_exception); +DECLARE_EXCEPTION(format_error); } // namespace ledger |