Apply patch tested by SuperMat to fix clang compilation
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@14649 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
parent
627004a536
commit
b8e42e3fe2
@ -11,3 +11,5 @@ OfflineKartSelectionScreen::~OfflineKartSelectionScreen()
|
|||||||
{
|
{
|
||||||
//dtor
|
//dtor
|
||||||
}
|
}
|
||||||
|
|
||||||
|
bool OfflineKartSelectionScreen::isRunning() { return singleton!=NULL; }
|
||||||
|
@ -12,7 +12,7 @@ class OfflineKartSelectionScreen : public KartSelectionScreen, public GUIEngine:
|
|||||||
virtual ~OfflineKartSelectionScreen();
|
virtual ~OfflineKartSelectionScreen();
|
||||||
|
|
||||||
public:
|
public:
|
||||||
static bool isRunning() { return singleton!=NULL; }
|
static bool isRunning();
|
||||||
|
|
||||||
// we do not override anything, this class is just there to have a singleton
|
// we do not override anything, this class is just there to have a singleton
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user