From b2294758df5b78897036329f36eb22c94f3e9523 Mon Sep 17 00:00:00 2001 From: fluxgen Date: Fri, 19 Jul 2002 21:44:06 +0000 Subject: forgot const ref for setRootCommand --- src/Theme.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Theme.hh b/src/Theme.hh index 1401716..66f44bf 100644 --- a/src/Theme.hh +++ b/src/Theme.hh @@ -42,7 +42,7 @@ // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: Theme.hh,v 1.9 2002/05/15 09:35:49 fluxgen Exp $ +// $Id: Theme.hh,v 1.10 2002/07/19 21:44:06 fluxgen Exp $ #ifndef THEME_HH #define THEME_HH @@ -124,7 +124,7 @@ public: void load(const char *filename); void reconfigure(); - inline void setRootCommand(std::string command) { m_rootcommand = command; } + inline void setRootCommand(const std::string &command) { m_rootcommand = command; } -- cgit v0.11.2