Skip to content

Commit 79756c6

Browse files
authored
Merge pull request #111 from Nerixyz/fix/init-input
fix: initialize `_hasInput`
2 parents 637229e + dd1c653 commit 79756c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/wintoastlib.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ namespace WinToastLib {
161161
bool isInput() const;
162162

163163
private:
164-
bool _hasInput;
164+
bool _hasInput{false};
165165

166166
std::vector<std::wstring> _textFields{};
167167
std::vector<std::wstring> _actions{};

0 commit comments

Comments
 (0)