summaryrefslogtreecommitdiffstats
path: root/raul/Maid.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'raul/Maid.hpp')
-rw-r--r--raul/Maid.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/raul/Maid.hpp b/raul/Maid.hpp
index 57b2f73..b1ebcbe 100644
--- a/raul/Maid.hpp
+++ b/raul/Maid.hpp
@@ -46,7 +46,7 @@ namespace Raul {
class Maid : boost::noncopyable
{
public:
- Maid(size_t size);
+ explicit Maid(size_t size);
~Maid();
/** Push a raw pointer to be deleted when cleanup() is called next.