diff options
Diffstat (limited to 'src/option.h')
-rw-r--r-- | src/option.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/option.h b/src/option.h index c9664ae3..a07376ba 100644 --- a/src/option.h +++ b/src/option.h @@ -15,7 +15,7 @@ void process_arguments(int argc, char ** argv, const bool anywhere, xml::xpath_t::scope_t * scope, std::list<string>& args); -DECLARE_EXCEPTION(option_exception); +DECLARE_EXCEPTION(option_error); } // namespace ledger |