Skip to content

Commit

Permalink
Handler field name is section, not watch
Browse files Browse the repository at this point in the history
  • Loading branch information
Luthaf committed Oct 10, 2024
1 parent 56789e9 commit 6ac788f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/tools/Tools.h
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ class Tools {
section=handler.section;
key=std::move(handler.key);
}
handler.watch=nullptr;
handler.section=nullptr;
return *this;
}
/// Destructor
Expand Down Expand Up @@ -517,4 +517,3 @@ std::vector<const T*> Tools::unique2raw(const std::vector<std::unique_ptr<const
}

#endif

0 comments on commit 6ac788f

Please sign in to comment.