diff options
Diffstat (limited to 'src/kernel/NeKit/Domain.h')
| -rw-r--r-- | src/kernel/NeKit/Domain.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/kernel/NeKit/Domain.h b/src/kernel/NeKit/Domain.h index 376fd9d5..534d6901 100644 --- a/src/kernel/NeKit/Domain.h +++ b/src/kernel/NeKit/Domain.h @@ -14,9 +14,9 @@ template <class Type> struct IsDefined final { using ResultType = Type; using ResultTypeRef = Type&; - using TypeRef = ResultTypeRef; - using ConstType = const Type&; - using TypePtr = Type*; + using TypeRef = ResultTypeRef; + using ConstType = const Type&; + using TypePtr = Type*; static constexpr bool kValue = true; }; |
