diff options
Diffstat (limited to 'src/intercopycontext.h')
-rw-r--r-- | src/intercopycontext.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/intercopycontext.h b/src/intercopycontext.h index 8615842..8d4b68f 100644 --- a/src/intercopycontext.h +++ b/src/intercopycontext.h | |||
@@ -35,7 +35,7 @@ class InterCopyContext | |||
35 | SourceIndex L1_i; // that one can change when we reuse the context | 35 | SourceIndex L1_i; // that one can change when we reuse the context |
36 | VT vt; // that one can change when we reuse the context | 36 | VT vt; // that one can change when we reuse the context |
37 | LookupMode const mode; | 37 | LookupMode const mode; |
38 | char const* name; // that one can change when we reuse the context | 38 | std::string_view name; // that one can change when we reuse the context |
39 | 39 | ||
40 | private: | 40 | private: |
41 | [[nodiscard]] std::string_view findLookupName() const; | 41 | [[nodiscard]] std::string_view findLookupName() const; |