X-Git-Url: https://git.llucax.com/software/bife/bife%20%20.git/blobdiff_plain/c0e82949e9242609f21b0eef63ad16d4f6462043..e3ac7ebf66f6d10d686c1c572ec81d625f0598e6:/ghit.h/software/bife/bife++.git/blobdiff_plain/c0e82949e9242609f21b0eef63ad16d4f6462043..e3ac7ebf66f6d10d686c1c572ec81d625f0598e6:/ghit.h?ds=sidebyside diff --git a/ghit.h b/ghit.h index e362728..1cfc00b 100644 --- a/ghit.h +++ b/ghit.h @@ -38,7 +38,7 @@ namespace bife { * @param blockname Name of the block to get the filename. * @return Block's filename. */ - virtual string getFileName(string); + virtual string getFileName(const string&); public: /** @@ -48,7 +48,8 @@ namespace bife { * @param postfix Postfix of the template files. * @param group Starting group. */ - GHIT(string = string("."), string = string(".tpl"), string = string("")); + GHIT(const string& = string("."), const string& = string(".tpl"), + const string& = string("")); /** * Destructor. @@ -60,7 +61,7 @@ namespace bife { * * @param group Group of templates to work with. */ - virtual void pushGroup(string); + virtual void pushGroup(const string&); /** * Stops working with a group of templates.