summaryrefslogtreecommitdiff
path: root/song.cpp
diff options
context:
space:
mode:
authorSimon Gagne <gags2431@usherbrooke.ca>2023-03-16 10:06:04 -0400
committerSimon Gagne <gags2431@usherbrooke.ca>2023-03-16 10:06:04 -0400
commitb8dadd82d4afff0e5e6b6a8a00df948045d31503 (patch)
treec0613c30de11d5261bc0bdf4a1d5522515f41eb5 /song.cpp
parent8332074b391e824ae4b92edfd5aa658c71265449 (diff)
Commit pour deplacement vers VSStudio
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;
}