Correct code and enable tests for ETL "spline" and "value"
[synfig.git] / ETL / ETL / _value.h
index adf7816..e7b5f0d 100644 (file)
@@ -158,7 +158,7 @@ private: //implementation interface
                }
 
        public: //allocation interface
-               void *operator new(unsigned int size)
+               void *operator new(size_t size)
                {
                        assert(size == sizeof(holder<T>));