MOHAWK: Fix MSVC C4309 enum sign warning

This commit is contained in:
Donovan Watteau 2022-11-26 16:02:20 +01:00 committed by Eugene Sandulenko
parent 0a873f738c
commit 6815ace672

View File

@ -32,7 +32,7 @@ class GraphicsManager;
class Feature;
class View;
enum {
enum : uint {
kFeatureObjectMask = 0xff, // both (sort of)
kFeatureOldSortForeground = 0x1000, // old
kFeatureOldDropSpot = 0x2000, // old