summaryrefslogtreecommitdiff
path: root/song.h
diff options
context:
space:
mode:
authorSimon Gagne <gags2431@usherbrooke.ca>2023-03-20 10:16:10 -0400
committerSimon Gagne <gags2431@usherbrooke.ca>2023-03-20 10:16:10 -0400
commita034e011c50a4aca37c881416fed8d4568c8a079 (patch)
treeebb15c34607162d905c6c458e30d3c1dfef22393 /song.h
parentb8dadd82d4afff0e5e6b6a8a00df948045d31503 (diff)
Merge du code de communication
Diffstat (limited to 'song.h')
-rw-r--r--song.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/song.h b/song.h
index 3a33d84..c8f08a1 100644
--- a/song.h
+++ b/song.h
@@ -27,6 +27,6 @@ class Song {
std::vector<ChordNote> getChords();
};
-#include "song.cpp"
+//#include "song.cpp"
#endif // __SONG_H__