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:
Stephan
2018-11-28 21:45:15 +01:00
committed by GitHub

View File

@@ -7,7 +7,7 @@
/// <remarks>
/// Anything less than 10 = Success!
/// </remarks>
public enum MoveOperationStatusType
public enum MoveOperationStatusType : byte
{
/// <summary>
/// The move was successful.