aboutsummaryrefslogtreecommitdiff
path: root/src/base.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/base.cpp')
-rw-r--r--src/base.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base.cpp b/src/base.cpp
index 7f3177c20..c7765f1f5 100644
--- a/src/base.cpp
+++ b/src/base.cpp
@@ -75,7 +75,7 @@ void refcountbase::operator delete(void* obj)
::operator delete(obj);
}
-refcountbase::refcountbase() : refcount(0)
+refcountbase::refcountbase()
{
if (this != last_heap)
throw CoreException("Reference allocate on the stack!");