diff options
Diffstat (limited to 'dev/ZKA/NewKit/Ref.hxx')
| -rw-r--r-- | dev/ZKA/NewKit/Ref.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/ZKA/NewKit/Ref.hxx b/dev/ZKA/NewKit/Ref.hxx index f23cfc08..41f003be 100644 --- a/dev/ZKA/NewKit/Ref.hxx +++ b/dev/ZKA/NewKit/Ref.hxx @@ -37,7 +37,7 @@ namespace Kernel } public: - T& operator->() const + T operator->() const { MUST_PASS(*fClass); return *fClass; |
