Add int type to ui::WidgetType enum

This commit is contained in:
David Capello 2015-03-27 17:31:45 -03:00
parent 691c88c9d9
commit 9e27930f95

View File

@ -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,