aboutsummaryrefslogtreecommitdiffstats
path: root/src/base/song.hpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/base/song.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base/song.hpp b/src/base/song.hpp
index a071a558..4fb7e2ae 100644
--- a/src/base/song.hpp
+++ b/src/base/song.hpp
@@ -148,6 +148,6 @@ namespace usdx
void new_line(const int line_out, const int line_in);
void new_note(const char type, const int beat, const int length, const int height, const std::string& lyric);
};
-};
+}
#endif