refactor: Pass by value

This commit is contained in:
Michael Carlberg 2016-06-21 03:59:43 +02:00
parent b26ab9ce5f
commit e1f8c001dd
72 changed files with 253 additions and 253 deletions
include/modules

View file

@ -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();