Fixed linux compilation bug.
This commit is contained in:
parent
90095882ee
commit
c84264a44e
@ -30,6 +30,7 @@
|
||||
#include "utils/translation.hpp"
|
||||
|
||||
HighscoreManager* highscore_manager=0;
|
||||
const unsigned int HighscoreManager::CURRENT_HSCORE_FILE_VERSION = 3;
|
||||
|
||||
HighscoreManager::HighscoreManager()
|
||||
{
|
||||
|
@ -35,7 +35,7 @@ class HighscoreManager
|
||||
{
|
||||
public:
|
||||
private:
|
||||
static const unsigned int CURRENT_HSCORE_FILE_VERSION = 3;
|
||||
static const unsigned int CURRENT_HSCORE_FILE_VERSION;
|
||||
typedef std::vector<Highscores*> type_all_scores;
|
||||
type_all_scores m_all_scores;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user