index
:
fdr.git
master
Benjamin Chausse
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
song.h
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'song.h')
-rw-r--r--
song.h
2
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__