We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed80e13 commit 0f33d1fCopy full SHA for 0f33d1f
src/talkaction.h
@@ -23,7 +23,7 @@ class TalkAction : public Event
23
public:
24
explicit TalkAction(LuaScriptInterface* interface) : Event(interface) {}
25
26
- bool configureEvent(const pugi::xml_node& node) override { return false; }
+ bool configureEvent(const pugi::xml_node&) override { return false; }
27
28
const std::string& getWords() const { return words; }
29
const std::vector<std::string>& getWordsMap() const { return wordsMap; }
0 commit comments