Skip to content

Commit

Permalink
Merge pull request #111 from Nerixyz/fix/init-input
Browse files Browse the repository at this point in the history
fix: initialize `_hasInput`
  • Loading branch information
mohabouje authored Feb 11, 2025
2 parents 637229e + dd1c653 commit 79756c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/wintoastlib.h
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ namespace WinToastLib {
bool isInput() const;

private:
bool _hasInput;
bool _hasInput{false};

std::vector<std::wstring> _textFields{};
std::vector<std::wstring> _actions{};
Expand Down

0 comments on commit 79756c6

Please sign in to comment.