]> www.ginac.de Git - cln.git/blobdiff - include/cln/univpoly_real.h
Rework of autoconfiscation infrastructure
[cln.git] / include / cln / univpoly_real.h
index 742b3737f8c1f530121c0a0c81073b3bc28fa01c..4f2419f2a867c38fbd3de25c5f6c1a820f49616c 100644 (file)
@@ -53,7 +53,7 @@ public:
        const cl_R operator() (const cl_R& y) const;
 public:        // Ability to place an object at a given address.
        void* operator new (size_t size) { return malloc_hook(size); }
-       void* operator new (size_t size, cl_UP_R* ptr) { (void)size; return ptr; }
+       void* operator new (size_t size, void* ptr) { (void)size; return ptr; }
        void operator delete (void* ptr) { free_hook(ptr); }
 };