summaryrefslogtreecommitdiffstats
path: root/raul/Deletable.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'raul/Deletable.hpp')
-rw-r--r--raul/Deletable.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/raul/Deletable.hpp b/raul/Deletable.hpp
index 7f4bb5a..83ef7d9 100644
--- a/raul/Deletable.hpp
+++ b/raul/Deletable.hpp
@@ -20,7 +20,6 @@
namespace Raul {
-
/** Something with a virtual destructor.
*
* \ingroup raul
@@ -32,7 +31,6 @@ public:
virtual ~Deletable() {}
};
-
} // namespace Raul
#endif // RAUL_DELETABLE_HPP