diff --git a/inc/hgl/type/MemoryAllocator.h b/inc/hgl/type/MemoryAllocator.h index 035b069..fea9782 100644 --- a/inc/hgl/type/MemoryAllocator.h +++ b/inc/hgl/type/MemoryAllocator.h @@ -58,7 +58,7 @@ namespace hgl { public: - virtual const bool CanRealloc()const{return true;} + virtual const bool CanRealloc()const override{return true;} public: