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;