forgot const ref for setRootCommand
This commit is contained in:
parent
45acae5e76
commit
b2294758df
1 changed files with 2 additions and 2 deletions
|
@ -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; }
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue