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:
hikerstk 2009-01-28 00:58:41 +00:00
parent 067d3daf79
commit bf01026f43

View File

@ -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);
}