X-Git-Url: https://git.llucax.com/software/bife/bife%20%20.git/blobdiff_plain/c0e82949e9242609f21b0eef63ad16d4f6462043..65bbdd707ba33de08101076a7191585d6f44c507:/chit.h/software/bife/bife++.git/blobdiff_plain/c0e82949e9242609f21b0eef63ad16d4f6462043..65bbdd707ba33de08101076a7191585d6f44c507:/chit.h diff --git a/chit.h b/chit.h index 434e64e..4043d29 100644 --- a/chit.h +++ b/chit.h @@ -35,7 +35,7 @@ namespace bife { * @param filename Name of the file to get the content. * @return File content. */ - virtual string getFileContent(string); + virtual string getFileContent(const string&); public: /** @@ -45,7 +45,8 @@ namespace bife { * @param postfix Postfix of the template files. * @param group Starting group. */ - CHIT(string = string("."), string = string(".tpl"), string = string("")); + CHIT(const string& = string("."), const string& = string(".tpl"), + const string& = string("")); /** * Destructor.