diff options
Diffstat (limited to 'src/libjin/Graphics/Font/Text.cpp')
-rw-r--r-- | src/libjin/Graphics/Font/Text.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libjin/Graphics/Font/Text.cpp b/src/libjin/Graphics/Font/Text.cpp index ac0242e..f2231f8 100644 --- a/src/libjin/Graphics/Font/Text.cpp +++ b/src/libjin/Graphics/Font/Text.cpp @@ -152,5 +152,5 @@ namespace jin return content; } - } // graphics -} // jin
\ No newline at end of file + } // namespace graphics +} // namespace jin
\ No newline at end of file |