diff options
Diffstat (limited to 'song.cpp')
-rw-r--r-- | song.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -49,6 +49,6 @@ std::string Song::getAudioFile() { return audioFile; } -std::vector<Chord> Song::getChords() { +std::vector<ChordNote> Song::getChords() { return chords; } |