diff options
Diffstat (limited to 'song.h')
-rw-r--r-- | song.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -54,6 +54,6 @@ class Song{ std::vector<ChordNote> expert; }; -#include "song.cpp" +//#include "song.cpp" #endif // SONG_H // vim: syntax=cpp.doxygen |