Incorporate reviews

This commit is contained in:
patrick96 2020-05-31 21:11:36 +02:00 committed by Patrick Ziegler
parent 5ddb6fc0c5
commit 9fb75779f3
30 changed files with 37 additions and 37 deletions
include/modules

View file

@ -38,7 +38,7 @@ namespace modules {
static constexpr const char* EVENT_SEEK = "seek";
protected:
bool input(string&& action, string&& data);
bool input(const string& action, const string& data);
private:
static constexpr const char* FORMAT_ONLINE{"format-online"};