aboutsummaryrefslogtreecommitdiff
path: root/src/intercopycontext.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/intercopycontext.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/intercopycontext.h b/src/intercopycontext.h
index 8d4b68f..a9be267 100644
--- a/src/intercopycontext.h
+++ b/src/intercopycontext.h
@@ -23,8 +23,8 @@ enum class InterCopyResult
23 23
24// ################################################################################################# 24// #################################################################################################
25 25
26using CacheIndex = Unique<int>; 26DECLARE_UNIQUE_TYPE(CacheIndex, StackIndex);
27using SourceIndex = Unique<int>; 27DECLARE_UNIQUE_TYPE(SourceIndex, StackIndex);
28class InterCopyContext 28class InterCopyContext
29{ 29{
30 public: 30 public: