aboutsummaryrefslogtreecommitdiff
path: root/src/Theme.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/Theme.hh')
-rw-r--r--src/Theme.hh4
1 files 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 @@
42// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 42// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
43// DEALINGS IN THE SOFTWARE. 43// DEALINGS IN THE SOFTWARE.
44 44
45// $Id: Theme.hh,v 1.9 2002/05/15 09:35:49 fluxgen Exp $ 45// $Id: Theme.hh,v 1.10 2002/07/19 21:44:06 fluxgen Exp $
46 46
47#ifndef THEME_HH 47#ifndef THEME_HH
48#define THEME_HH 48#define THEME_HH
@@ -124,7 +124,7 @@ public:
124 void load(const char *filename); 124 void load(const char *filename);
125 void reconfigure(); 125 void reconfigure();
126 126
127 inline void setRootCommand(std::string command) { m_rootcommand = command; } 127 inline void setRootCommand(const std::string &command) { m_rootcommand = command; }
128 128
129 129
130 130