Skip to content

Commit c8ae1ff

Browse files
committed
Remove configureEvent method parameter
1 parent 0062363 commit c8ae1ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/talkaction.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class TalkAction : public Event
2323
public:
2424
explicit TalkAction(LuaScriptInterface* interface) : Event(interface) {}
2525

26-
bool configureEvent(const pugi::xml_node& node) override { return false; }
26+
bool configureEvent(const pugi::xml_node&) override { return false; }
2727

2828
const std::string& getWords() const { return words; }
2929
const std::vector<std::string>& getWordsMap() const { return wordsMap; }

0 commit comments

Comments
 (0)