summaryrefslogtreecommitdiffstats
path: root/tools/memory_watcher
diff options
context:
space:
mode:
Diffstat (limited to 'tools/memory_watcher')
-rw-r--r--tools/memory_watcher/memory_hook.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/memory_watcher/memory_hook.h b/tools/memory_watcher/memory_hook.h
index ffe07d3..131a38e 100644
--- a/tools/memory_watcher/memory_hook.h
+++ b/tools/memory_watcher/memory_hook.h
@@ -58,7 +58,7 @@ class PrivateHookAllocator {
struct rebind { typedef PrivateHookAllocator<U> other; };
template <class U>
- explicit PrivateHookAllocator(const PrivateHookAllocator<U>&) {}
+ PrivateHookAllocator(const PrivateHookAllocator<U>&) {}
};
// Classes which monitor memory from these hooks implement