1
0
Fork 0

name match a const string

This commit is contained in:
Kevin Matz 2023-05-15 11:20:16 -04:00
parent f72ca7e9f6
commit f0d5556230
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ public:
protected:
void trigger(std::shared_ptr<Message>) const;
bool matchName(std::string &pattern) const;
bool matchName(const std::string &pattern) const;
bool isRoot() const;
private: