summaryrefslogtreecommitdiff
path: root/src/guichan/include/guichan/image.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/guichan/include/guichan/image.hpp')
-rw-r--r--src/guichan/include/guichan/image.hpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/guichan/include/guichan/image.hpp b/src/guichan/include/guichan/image.hpp
index 0feb74e78..2baa06fb2 100644
--- a/src/guichan/include/guichan/image.hpp
+++ b/src/guichan/include/guichan/image.hpp
@@ -72,7 +72,6 @@ namespace gcn
class GCN_CORE_DECLSPEC Image
{
public:
-
/**
* Constructor.
*/
@@ -141,6 +140,6 @@ namespace gcn
*/
virtual void convertToDisplayFormat() = 0;
};
-}
+} // namespace gcn
-#endif // end GCN_IMAGE_HPP
+#endif // end GCN_IMAGE_HPP