aboutsummaryrefslogtreecommitdiffstats
path: root/src/base/lyric_word.hpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/base/lyric_word.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base/lyric_word.hpp b/src/base/lyric_word.hpp
index c58a0b33..95c9473a 100644
--- a/src/base/lyric_word.hpp
+++ b/src/base/lyric_word.hpp
@@ -48,6 +48,6 @@ namespace usdx
LyricWord(const char type, const int beat, const int length, const int height, const std::string& lyric);
virtual ~LyricWord(void);
};
-};
+}
#endif