diff --git a/src/renderer/tvgCommon.h b/src/renderer/tvgCommon.h index baff8e50..09f12393 100644 --- a/src/renderer/tvgCommon.h +++ b/src/renderer/tvgCommon.h @@ -114,6 +114,7 @@ namespace tvg { return static_cast(std::realloc(ptr, size)); } + template static inline void free(void* ptr) { std::free(ptr);