aboutsummaryrefslogtreecommitdiffstats
path: root/src/base/lyric_word.hpp
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2014-05-04 05:56:45 +0200
committerAlexander Sulfrian <alexander@sulfrian.net>2014-05-04 05:56:45 +0200
commitbcd836eb265cb5e44aeac6a343342f7b372056c6 (patch)
tree712b0610062aefcd062bad03a5f5f37be4944a96 /src/base/lyric_word.hpp
parent504573a2d336495a9e754d2ee96ba95de450fd6c (diff)
downloadusdx-bcd836eb265cb5e44aeac6a343342f7b372056c6.tar.gz
usdx-bcd836eb265cb5e44aeac6a343342f7b372056c6.tar.xz
usdx-bcd836eb265cb5e44aeac6a343342f7b372056c6.zip
remove semicolon after namespace
Class definitions have to end with a semicolon but not namespaces. So remove this everywhere.
Diffstat (limited to 'src/base/lyric_word.hpp')
-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