diff --git a/Wstring.h b/Wstring.h index 5195e2d6..d7566e9b 100644 --- a/Wstring.h +++ b/Wstring.h @@ -151,7 +151,7 @@ class Wstring_base } } - explicit Wstring_base(const My_Type& another) noexcept : Wstring_base {} + Wstring_base(const My_Type& another) noexcept : Wstring_base {} { if (another.Buffer) {