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/song.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/base/song.cpp') diff --git a/src/base/song.cpp b/src/base/song.cpp index 163694f6..c2ade58f 100644 --- a/src/base/song.cpp +++ b/src/base/song.cpp @@ -324,4 +324,4 @@ namespace usdx get_last_lyric_line()->add_word(new LyricWord(type, beat + get_relative_beat(), length, height, lyric)); } -}; +} -- cgit v1.2.3