From fb830270c5269a22819a0c0f1ee280f9aa3f1b39 Mon Sep 17 00:00:00 2001 From: chai Date: Sun, 17 Mar 2019 09:12:29 +0800 Subject: *luax --- Source/Asura.Editor/Source/Widgets/Button.h | 4 +++- Source/Asura.Editor/source/widgets/button.h | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'Source/Asura.Editor') 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