diff options
Diffstat (limited to 'Source/Asura.Editor')
-rw-r--r-- | Source/Asura.Editor/Source/Widgets/Button.h | 4 | ||||
-rw-r--r-- | Source/Asura.Editor/source/widgets/button.h | 4 |
2 files changed, 6 insertions, 2 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: 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: |