added override flag.

This commit is contained in:
hyzboy 2021-04-07 16:26:34 +08:00
parent f71266bd85
commit 064a4ae3cb

View File

@ -58,7 +58,7 @@ namespace hgl
{
public:
virtual const bool CanRealloc()const{return true;}
virtual const bool CanRealloc()const override{return true;}
public: