summaryrefslogtreecommitdiffstats
path: root/raul/Array.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'raul/Array.hpp')
-rw-r--r--raul/Array.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/raul/Array.hpp b/raul/Array.hpp
index 485f3cf..5dab626 100644
--- a/raul/Array.hpp
+++ b/raul/Array.hpp
@@ -21,7 +21,7 @@
#include <cassert>
#include <cstddef>
-#include "raul/Disposable.hpp"
+#include "raul/Maid.hpp"
namespace Raul {
@@ -33,7 +33,7 @@ namespace Raul {
* \ingroup raul
*/
template <class T>
-class Array : public Disposable
+class Array : public Maid::Disposable
{
public:
explicit Array(size_t size = 0)