From bcd836eb265cb5e44aeac6a343342f7b372056c6 Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Sun, 4 May 2014 05:56:45 +0200 Subject: remove semicolon after namespace Class definitions have to end with a semicolon but not namespaces. So remove this everywhere. --- src/base/lyric_word.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/base/lyric_word.hpp') 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 -- cgit v1.2.3