summaryrefslogtreecommitdiff
path: root/src/include/tome/squelch/automatizer.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/tome/squelch/automatizer.hpp')
-rw-r--r--src/include/tome/squelch/automatizer.hpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/include/tome/squelch/automatizer.hpp b/src/include/tome/squelch/automatizer.hpp
index 4361941a..833b5648 100644
--- a/src/include/tome/squelch/automatizer.hpp
+++ b/src/include/tome/squelch/automatizer.hpp
@@ -114,10 +114,9 @@ public:
void add_new_condition(std::function<std::shared_ptr<Condition> ()> factory);
/**
- * Get rule names. The names are not stable across multiple
- * calls to methods on this class.
+ * Get rule names.
*/
- void get_rule_names(std::vector<const char *> *names) const;
+ std::vector<std::string> get_rule_names() const;
/**
* Get current number of rules.