From 398c7bb7cbe11dde3647313557cf35d95c0758d8 Mon Sep 17 00:00:00 2001 From: AJ Kelly Date: Mon, 5 Jul 2010 21:38:49 -0500 Subject: [PATCH] fix compile on linux/compilers that would complain about ClassName::Function stuff in the header --- src/PlayerStageStats.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PlayerStageStats.h b/src/PlayerStageStats.h index 58ec2ec58e..59f487e8f6 100644 --- a/src/PlayerStageStats.h +++ b/src/PlayerStageStats.h @@ -96,7 +96,7 @@ public: int GetComboAtStartOfStage() const; bool FullComboOfScore( TapNoteScore tnsAllGreaterOrEqual ) const; bool FullCombo() const { return FullComboOfScore(TNS_W3); } - TapNoteScore PlayerStageStats::GetBestFullComboTapNoteScore() const; + TapNoteScore GetBestFullComboTapNoteScore() const; bool SingleDigitsOfScore( TapNoteScore tnsAllGreaterOrEqual ) const; bool OneOfScore( TapNoteScore tnsAllGreaterOrEqual ) const; int GetTotalTaps() const;