From aaa3e4fca3205686bbb5b02662dffac6d6f0d1c8 Mon Sep 17 00:00:00 2001 From: tkzcfc Date: Wed, 1 Sep 2021 11:41:04 +0800 Subject: [PATCH] Update GObject.h --- server/Apps/LibBase/GObject.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/Apps/LibBase/GObject.h b/server/Apps/LibBase/GObject.h index 7e1f2bfb..ed8dab97 100644 --- a/server/Apps/LibBase/GObject.h +++ b/server/Apps/LibBase/GObject.h @@ -8,7 +8,7 @@ class GObject public: GObject(); - ~GObject(); + virtual ~GObject(); virtual GObject* retain();