Bug fixes
[satune.git] / src / Collections / cppvector.h
index 377ffe499d201020533b37d9e776ac4a2de30837..e9164df61bdbe6426fb53093fd0016bae922e82f 100644 (file)
@@ -78,7 +78,7 @@ public:
        type *expose() {
                return array;
        }
-
+       CMEMALLOC;
 private:
        uint size;
        uint capacity;