mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2024-11-23 03:10:01 +08:00
Fix pedantic compile issue. (#500)
This commit is contained in:
parent
f692a50195
commit
26d63bc56f
@ -50,7 +50,7 @@ bool IsWordCharacter(WordBreakProperty property) {
|
|||||||
return false;
|
return false;
|
||||||
};
|
};
|
||||||
return true; // NOT_REACHED();
|
return true; // NOT_REACHED();
|
||||||
};
|
}
|
||||||
|
|
||||||
std::string PasswordField(size_t size) {
|
std::string PasswordField(size_t size) {
|
||||||
std::string out;
|
std::string out;
|
||||||
|
Loading…
Reference in New Issue
Block a user