diff options
Diffstat (limited to 'src/intercopycontext.hpp')
-rw-r--r-- | src/intercopycontext.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/intercopycontext.hpp b/src/intercopycontext.hpp index 7008919..cc84017 100644 --- a/src/intercopycontext.hpp +++ b/src/intercopycontext.hpp | |||
@@ -25,7 +25,7 @@ enum class InterCopyResult | |||
25 | 25 | ||
26 | DECLARE_UNIQUE_TYPE(CacheIndex, StackIndex); | 26 | DECLARE_UNIQUE_TYPE(CacheIndex, StackIndex); |
27 | DECLARE_UNIQUE_TYPE(SourceIndex, StackIndex); | 27 | DECLARE_UNIQUE_TYPE(SourceIndex, StackIndex); |
28 | class InterCopyContext | 28 | class InterCopyContext final |
29 | { | 29 | { |
30 | public: | 30 | public: |
31 | Universe* const U; | 31 | Universe* const U; |