diff options
Diffstat (limited to 'include/CompilerKit')
| -rw-r--r-- | include/CompilerKit/Ref.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/CompilerKit/Ref.h b/include/CompilerKit/Ref.h index 72e9472..859b3fe 100644 --- a/include/CompilerKit/Ref.h +++ b/include/CompilerKit/Ref.h @@ -60,7 +60,6 @@ template <typename T> class NonNullRef final { public: explicit NonNullRef() = delete; - explicit NonNullRef(T* ref) : m_Ref(ref, true) {} Ref<T>& operator->() { |
