diff options
Diffstat (limited to 'include/CompilerKit/Ref.h')
| -rw-r--r-- | include/CompilerKit/Ref.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/CompilerKit/Ref.h b/include/CompilerKit/Ref.h index 863a100..72e9472 100644 --- a/include/CompilerKit/Ref.h +++ b/include/CompilerKit/Ref.h @@ -18,7 +18,7 @@ namespace CompilerKit { template <typename T> class Ref final { public: - explicit Ref() = default; + Ref() = default; ~Ref() { if (m_Strong) { |
