Skip to content

Commit

Permalink
fix: initialize _hasInput
Browse files Browse the repository at this point in the history
  • Loading branch information
Nerixyz committed Feb 6, 2025
1 parent f693b8e commit dd1c653
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 dd1c653

Please sign in to comment.