summaryrefslogtreecommitdiff
path: root/Source/DafnyMenu/PkgCmdID.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Source/DafnyMenu/PkgCmdID.cs')
-rw-r--r--Source/DafnyMenu/PkgCmdID.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/DafnyMenu/PkgCmdID.cs b/Source/DafnyMenu/PkgCmdID.cs
index 5f0213cc..0cf3869e 100644
--- a/Source/DafnyMenu/PkgCmdID.cs
+++ b/Source/DafnyMenu/PkgCmdID.cs
@@ -10,5 +10,6 @@ namespace DafnyLanguage.DafnyMenu
public const uint cmdidRunVerifier = 0x101;
public const uint cmdidStopVerifier = 0x102;
public const uint cmdidMenu = 0x1021;
+ public static int cmdidToggleSnapshotVerification = 0x103;
};
} \ No newline at end of file