From b8dadd82d4afff0e5e6b6a8a00df948045d31503 Mon Sep 17 00:00:00 2001 From: Simon Gagne Date: Thu, 16 Mar 2023 10:06:04 -0400 Subject: Commit pour deplacement vers VSStudio --- song.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'song.cpp') 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 Song::getChords() { +std::vector Song::getChords() { return chords; } -- cgit v1.2.3