Incorporate reviews
This commit is contained in:
parent
5ddb6fc0c5
commit
9fb75779f3
30 changed files with 37 additions and 37 deletions
include/modules
|
@ -36,7 +36,7 @@ namespace modules {
|
|||
string input_handler_name() const { \
|
||||
return ""; \
|
||||
} \
|
||||
bool input(string&&, string&&) { \
|
||||
bool input(const string&, const string&) { \
|
||||
return false; \
|
||||
} \
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue