aboutsummaryrefslogtreecommitdiff
path: root/src/intercopycontext.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/intercopycontext.hpp')
-rw-r--r--src/intercopycontext.hpp2
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
26DECLARE_UNIQUE_TYPE(CacheIndex, StackIndex); 26DECLARE_UNIQUE_TYPE(CacheIndex, StackIndex);
27DECLARE_UNIQUE_TYPE(SourceIndex, StackIndex); 27DECLARE_UNIQUE_TYPE(SourceIndex, StackIndex);
28class InterCopyContext 28class InterCopyContext final
29{ 29{
30 public: 30 public:
31 Universe* const U; 31 Universe* const U;