diff options
Diffstat (limited to '')
-rw-r--r-- | src/intercopycontext.h | 4 |
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 | ||
26 | using CacheIndex = Unique<int>; | 26 | DECLARE_UNIQUE_TYPE(CacheIndex, StackIndex); |
27 | using SourceIndex = Unique<int>; | 27 | DECLARE_UNIQUE_TYPE(SourceIndex, StackIndex); |
28 | class InterCopyContext | 28 | class InterCopyContext |
29 | { | 29 | { |
30 | public: | 30 | public: |