refactor: Pass by value
This commit is contained in:
parent
b26ab9ce5f
commit
e1f8c001dd
72 changed files with 253 additions and 253 deletions
include/modules
|
@ -9,7 +9,7 @@ namespace modules
|
|||
static constexpr auto FORMAT = "content";
|
||||
|
||||
public:
|
||||
explicit TextModule(const std::string& name);
|
||||
explicit TextModule(std::string name);
|
||||
|
||||
std::string get_format();
|
||||
std::string get_output();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue