Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
srba committed Dec 30, 2023
1 parent 68f8149 commit e899747
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Colored/ColoredPetriNetBuilder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ namespace unfoldtacpn {
//if (!_output_stream)) {
std::cout << "Printing bindings for each unfolded transition.\n";
std::cout << "<bindings>\n";
//}
}

for (auto& transition : _transitions) {

Check failure on line 204 in src/Colored/ColoredPetriNetBuilder.cpp

View workflow job for this annotation

GitHub Actions / build

expected unqualified-id before 'for'

Check failure on line 204 in src/Colored/ColoredPetriNetBuilder.cpp

View workflow job for this annotation

GitHub Actions / build

expected unqualified-id before ‘for’

Check failure on line 204 in src/Colored/ColoredPetriNetBuilder.cpp

View workflow job for this annotation

GitHub Actions / build

expected unqualified-id before ‘for’
unfoldTransition(builder, transition);
Expand Down

0 comments on commit e899747

Please sign in to comment.