summaryrefslogtreecommitdiff
path: root/src/guichan/include/guichan/cliprectangle.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/guichan/include/guichan/cliprectangle.hpp')
-rw-r--r--src/guichan/include/guichan/cliprectangle.hpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/guichan/include/guichan/cliprectangle.hpp b/src/guichan/include/guichan/cliprectangle.hpp
index 5b7397639..51887c032 100644
--- a/src/guichan/include/guichan/cliprectangle.hpp
+++ b/src/guichan/include/guichan/cliprectangle.hpp
@@ -61,7 +61,6 @@ namespace gcn
class GCN_CORE_DECLSPEC ClipRectangle final : public Rectangle
{
public:
-
/**
* Constructor.
*/
@@ -107,6 +106,6 @@ namespace gcn
*/
int yOffset;
};
-}
+} // namespace gcn
-#endif // end GCN_CLIPRECTANGLE_HPP
+#endif // end GCN_CLIPRECTANGLE_HPP