Skip to content

Commit

Permalink
Fix wrong attribute class registration for ending
Browse files Browse the repository at this point in the history
Closes #3496
  • Loading branch information
lpugin committed Oct 1, 2023
1 parent 6fb5fdf commit 48819e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ending.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Ending::Ending()
this->RegisterAttClass(ATT_LABELLED);
this->RegisterAttClass(ATT_LINEREND);
this->RegisterAttClass(ATT_LINERENDBASE);
this->RegisterAttClass(ATT_NINTEGER);
this->RegisterAttClass(ATT_NNUMBERLIKE);

this->Reset();
}
Expand Down

0 comments on commit 48819e0

Please sign in to comment.