Removed NoCoy from UserConfigParam because it can (and is) copied

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@5923 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
auria 2010-09-08 15:22:22 +00:00
parent c13933a792
commit 42565ba603

View File

@ -56,7 +56,7 @@ class PlayerProfile;
/**
* The base of a set of small utilities to enable quickly adding/removing stuff to/from config painlessly.
*/
class UserConfigParam : public NoCopy
class UserConfigParam
{
friend class GroupUserConfigParam;
protected: