Skip to content

Commit

Permalink
added error handler correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
drexlerd committed Oct 15, 2023
1 parent 3b830e2 commit c29cdb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/parsers/elements/stage_1_ast/parser_def.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ namespace dlplan::core::parsers::elements::stage_1::parser
struct TopRoleClass : x3::annotate_on_success {};
struct TransitiveClosureRoleClass : x3::annotate_on_success {};
struct TransitiveReflexiveClosureRoleClass : x3::annotate_on_success {};
struct Element : x3::annotate_on_success, error_handler_base {};
struct ElementClass : x3::annotate_on_success, error_handler_base {};
}

namespace dlplan::core::parsers::elements::stage_1
Expand Down

0 comments on commit c29cdb6

Please sign in to comment.