diff options
author | chai <chaifix@163.com> | 2019-03-17 09:12:29 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2019-03-17 09:12:29 +0800 |
commit | fb830270c5269a22819a0c0f1ee280f9aa3f1b39 (patch) | |
tree | 9934c1e60cdc015c6e9ece18a2fd042cf9dfeaa0 /Source/Asura.Editor/source/widgets/button.h | |
parent | d29f5f4aebd90b1e256967801b28a5990249b2e7 (diff) |
*luax
Diffstat (limited to 'Source/Asura.Editor/source/widgets/button.h')
-rw-r--r-- | Source/Asura.Editor/source/widgets/button.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/Asura.Editor/source/widgets/button.h b/Source/Asura.Editor/source/widgets/button.h index b8c2f56..00f1c99 100644 --- a/Source/Asura.Editor/source/widgets/button.h +++ b/Source/Asura.Editor/source/widgets/button.h @@ -9,7 +9,9 @@ namespace AsuraEditor { - class Button : public Widget + class Button + : public Widget + , public AEScripting::Portable<Button> { public: |