Skip to content

Commit

Permalink
Use uint instead of Uint32 for consistency (even though they're exact…
Browse files Browse the repository at this point in the history
…ly the same)
  • Loading branch information
amaitland committed Dec 8, 2014
1 parent fc1dee2 commit 6d91ca5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CefSharp/DragOperationsMask.cs
Expand Up @@ -17,6 +17,6 @@ public enum DragOperationsMask : uint
Private = 8,
Move = 16,
Delete = 32,
Every = UInt32.MaxValue
Every = uint.MaxValue
}
}

0 comments on commit 6d91ca5

Please sign in to comment.