summaryrefslogtreecommitdiff
path: root/song.h
diff options
context:
space:
mode:
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 9e05564..db9bec4 100644
--- a/song.h
+++ b/song.h
@@ -54,6 +54,6 @@ class Song{
std::vector<ChordNote> expert;
};
-#include "song.cpp"
+//#include "song.cpp"
#endif // SONG_H
// vim: syntax=cpp.doxygen