diff options
Diffstat (limited to 'LibTSforge/PhysicalStore/VariableBag.cs')
| -rw-r--r-- | LibTSforge/PhysicalStore/VariableBag.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/LibTSforge/PhysicalStore/VariableBag.cs b/LibTSforge/PhysicalStore/VariableBag.cs index 76098a9..ebe413f 100644 --- a/LibTSforge/PhysicalStore/VariableBag.cs +++ b/LibTSforge/PhysicalStore/VariableBag.cs @@ -3,7 +3,6 @@ namespace LibTSforge.PhysicalStore using System; using System.Collections.Generic; using System.IO; - using System.Runtime.CompilerServices; public enum CRCBlockType : uint { @@ -155,7 +154,7 @@ namespace LibTSforge.PhysicalStore public class VariableBag { public List<CRCBlock> Blocks = new List<CRCBlock>(); - private PSVersion Version; + private readonly PSVersion Version; public void Deserialize(byte[] data) { |
