Index: common/memorypool.h
===================================================================
--- common/memorypool.h	(revision 46271)
+++ common/memorypool.h	(working copy)
@@ -92,7 +92,7 @@
 public:
 	void deleteChunk(T *ptr) {
 		ptr->~T();
-		freeChunk(ptr);
+		this->freeChunk(ptr);
 	}
 };
 
