From a034e011c50a4aca37c881416fed8d4568c8a079 Mon Sep 17 00:00:00 2001 From: Simon Gagne Date: Mon, 20 Mar 2023 10:16:10 -0400 Subject: Merge du code de communication --- song.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'song.h') 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 getChords(); }; -#include "song.cpp" +//#include "song.cpp" #endif // __SONG_H__ -- cgit v1.2.3