summaryrefslogtreecommitdiff
path: root/song.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'song.cpp')
-rw-r--r--song.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/song.cpp b/song.cpp
index 0f34782..24d0b67 100644
--- a/song.cpp
+++ b/song.cpp
@@ -49,6 +49,6 @@ std::string Song::getAudioFile() {
return audioFile;
}
-std::vector<Chord> Song::getChords() {
+std::vector<ChordNote> Song::getChords() {
return chords;
}