Merge pull request #3761 from kjac/v8-fix-move-copy-status-type-ysod
V8: Fix YSODs when moving and copying things in the Settings section
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
/// <remarks>
|
||||
/// Anything less than 10 = Success!
|
||||
/// </remarks>
|
||||
public enum MoveOperationStatusType
|
||||
public enum MoveOperationStatusType : byte
|
||||
{
|
||||
/// <summary>
|
||||
/// The move was successful.
|
||||
|
||||
Reference in New Issue
Block a user