diff options
Diffstat (limited to 'src/Spv.Generator/ConstantKey.cs')
-rw-r--r-- | src/Spv.Generator/ConstantKey.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Spv.Generator/ConstantKey.cs b/src/Spv.Generator/ConstantKey.cs index d3c1b905..e7758b40 100644 --- a/src/Spv.Generator/ConstantKey.cs +++ b/src/Spv.Generator/ConstantKey.cs @@ -5,7 +5,7 @@ namespace Spv.Generator { internal struct ConstantKey : IEquatable<ConstantKey> { - private Instruction _constant; + private readonly Instruction _constant; public ConstantKey(Instruction constant) { |