Skip to content

Commit

Permalink
Update include/guisan/widgets/passwordfield.hpp
Browse files Browse the repository at this point in the history
Co-authored-by: Joris Dauphin <[email protected]>
  • Loading branch information
gbaudic and Jarod42 authored Nov 15, 2024
1 parent 2b6fd31 commit f7529a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/guisan/widgets/passwordfield.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ namespace gcn
void setMaskingChar(const char mask);

private:
char masking('*');
char masking = '*';
};
}

Expand Down

0 comments on commit f7529a3

Please sign in to comment.