From 9e27930f959c9558bc1d07a63d321fa9e0ce4cfa Mon Sep 17 00:00:00 2001 From: David Capello Date: Fri, 27 Mar 2015 17:31:45 -0300 Subject: [PATCH] Add int type to ui::WidgetType enum --- src/ui/widget_type.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ui/widget_type.h b/src/ui/widget_type.h index 7371b6746..5709677e9 100644 --- a/src/ui/widget_type.h +++ b/src/ui/widget_type.h @@ -1,5 +1,5 @@ // Aseprite UI Library -// Copyright (C) 2001-2013 David Capello +// Copyright (C) 2001-2013, 2015 David Capello // // This file is released under the terms of the MIT license. // Read LICENSE.txt for more information. @@ -11,7 +11,7 @@ namespace ui { // Widget types. - enum WidgetType { + enum WidgetType : int { // Undefined (or anonymous) widget type. kGenericWidget,