mirror of
https://github.com/aseprite/aseprite.git
synced 2025-02-06 21:39:57 +00:00
Add int type to ui::WidgetType enum
This commit is contained in:
parent
691c88c9d9
commit
9e27930f95
@ -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,
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user