From 82956beb1fe17e1226327638c8ab22b5f5adfc1d Mon Sep 17 00:00:00 2001 From: chai Date: Wed, 20 Mar 2019 22:43:25 +0800 Subject: *misc --- source/Asura.Editor/widgets/widget.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/Asura.Editor/widgets/widget.h') diff --git a/source/Asura.Editor/widgets/widget.h b/source/Asura.Editor/widgets/widget.h index 437e2bf..5fb18f1 100644 --- a/source/Asura.Editor/widgets/widget.h +++ b/source/Asura.Editor/widgets/widget.h @@ -1,7 +1,7 @@ #ifndef __ASURA_EDITOR_WIDGET_H__ #define __ASURA_EDITOR_WIDGET_H__ -#include +#include namespace AusraEditor { @@ -9,7 +9,7 @@ namespace AusraEditor /// /// Asura Editor的控件逻辑,不包含渲染、窗口和事件轮询,只包含对事件的响应和逻辑处理接口。 /// - class Widget : virtual public Object + ASURA_ABSTRACT class Widget { public: -- cgit v1.1-26-g67d0