Merging with branch Master
[satune.git] / src / Backend / orderelement.h
index 98509558e694a00a03d02c98aa2c4f2f7f47e333..07913c9aa4fd5a85be0fbe2d2d99d0abec752c43 100644 (file)
@@ -18,7 +18,7 @@ public:
        inline uint getHash() {return (uint) item;}
        inline bool equals(OrderElement* oe){ return item == oe->item;}
        inline Element* getElement() { return elem; }
-       MEMALLOC;
+       CMEMALLOC;
 private:
        uint64_t item;
        Element *elem;