Fixed compiler warning.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@7717 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
@@ -76,7 +76,7 @@ private:
|
||||
|
||||
public:
|
||||
Challenge(const std::string &id, const std::string &name);
|
||||
Challenge() : m_id(""), m_name(""), m_state(CH_INACTIVE)
|
||||
Challenge() : m_state(CH_INACTIVE), m_id(""), m_name("")
|
||||
{ }
|
||||
virtual ~Challenge() {};
|
||||
void addUnlockTrackReward(const std::string &track_name);
|
||||
|
||||
Reference in New Issue
Block a user