CPackage: Remove unnecessary qualifier in EPackageDefinitionVersion

Same thing, less code.
This commit is contained in:
Lioncash 2020-06-18 07:50:05 -04:00
parent bc05e9bd4b
commit 59ef329c27
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ enum class EPackageDefinitionVersion
// Add new versions before this line
Max,
Current = EPackageDefinitionVersion::Max - 1
Current = Max - 1
};
struct SNamedResource