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 1e82258 commit d6d7cd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/Colored/ColoredPetriNetBuilder.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ namespace unfoldtacpn {

public:
ColoredPetriNetBuilder(const bool print_binding=false);
ColoredPetriNetBuilder(const ColoredPetriNetBuilder& orig, const bool print_binding=false);
ColoredPetriNetBuilder(const ColoredPetriNetBuilder& orig);
virtual ~ColoredPetriNetBuilder();
void parseNet(std::istream& istream);

Expand Down

0 comments on commit d6d7cd8

Please sign in to comment.