Skip to content

Commit

Permalink
Added a missing change from a header.
Browse files Browse the repository at this point in the history
  • Loading branch information
Xazax-hun committed Dec 23, 2023
1 parent 11a8b1e commit 0bb1e72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ast/analysis/Aggregate.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ std::set<std::string> getVariablesOutsideAggregate(const Clause& clause, const A
* Find a new relation name. I use this when I create new relations either for
* aggregate bodies or singleton aggregates.
**/
std::string findUniqueRelationName(const Program& program, std::string base);
std::string findUniqueRelationName(const Program& program, const std::string& base);
/**
* Find a variable name using base to form a string like base1
* Use this when you need to limit the scope of a variable to the inside of an aggregate.
Expand Down

0 comments on commit 0bb1e72

Please sign in to comment.