diff options
author | chai <chaifix@163.com> | 2019-04-02 08:47:15 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2019-04-02 08:47:15 +0800 |
commit | 250e30d73f09e9da2b5a81d0fbae63744ae12a73 (patch) | |
tree | 0f55daf334c073e1779d7a1284799a2056aad714 /source/Asura.Editor/controls/widget.h | |
parent | 66fe16dd5ed57ae958fc25158d0defae2e6fae6a (diff) |
*misc
Diffstat (limited to 'source/Asura.Editor/controls/widget.h')
-rw-r--r-- | source/Asura.Editor/controls/widget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Asura.Editor/controls/widget.h b/source/Asura.Editor/controls/widget.h index c934351..0e881f6 100644 --- a/source/Asura.Editor/controls/widget.h +++ b/source/Asura.Editor/controls/widget.h @@ -16,7 +16,7 @@ namespace AsuraEditor /// Asura EditorĿؼȾں¼ѯֻ¼Ӧӿڡ /// ASURA_ABSTRACT class Widget - : public virtual AEScripting::NativeAccessor + : virtual public AEScripting::NativeAccessor { public: |