diff --git a/include/wintoastlib.h b/include/wintoastlib.h index defd35f..d68c3b8 100644 --- a/include/wintoastlib.h +++ b/include/wintoastlib.h @@ -161,7 +161,7 @@ namespace WinToastLib { bool isInput() const; private: - bool _hasInput; + bool _hasInput{false}; std::vector _textFields{}; std::vector _actions{};