Skip to content

Commit

Permalink
Remove explicity from GoalCountHeuristic constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
grucla committed Feb 7, 2024
1 parent ce38266 commit 0f703df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/search/heuristics/goal_count_heuristic.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class GoalCountHeuristic : public Heuristic {
protected:
virtual int compute_heuristic(const State &ancestor_state) override;
public:
explicit GoalCountHeuristic(
GoalCountHeuristic(
const std::shared_ptr<AbstractTask> &transform,
bool cache_estimates,
const std::string &name,
Expand Down

0 comments on commit 0f703df

Please sign in to comment.