From a2ea43e859f487f416a8a5faf29241544236097b Mon Sep 17 00:00:00 2001 From: Nickito12 Date: Mon, 9 Oct 2017 19:41:08 -0300 Subject: [PATCH] gcc doesnt like class::method inside the class --- src/HighScore.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/HighScore.h b/src/HighScore.h index 23b735d9a6..a9500fcd26 100644 --- a/src/HighScore.h +++ b/src/HighScore.h @@ -53,8 +53,8 @@ struct HighScore vector timeStamps; const vector& GetOffsetVector() const; const vector& GetNoteRowVector() const; - vector HighScore::GetCopyOfOffsetVector() const; - vector HighScore::GetCopyOfNoteRowVector() const; + vector GetCopyOfOffsetVector() const; + vector GetCopyOfNoteRowVector() const; string GetScoreKey() const; int GetTopScore() const; /**