Bugfix for linux compilations.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@3056 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
parent
067d3daf79
commit
bf01026f43
@ -104,7 +104,7 @@ namespace lisp
|
||||
return lisp->get(val);
|
||||
}
|
||||
template<class T>
|
||||
bool get(std::string &name, T& val) const
|
||||
bool get(const std::string &name, T& val) const
|
||||
{
|
||||
return get(name.c_str(), val);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user