mirror of
				https://github.com/ArthurSonzogni/FTXUI.git
				synced 2025-11-04 05:28:15 +08:00 
			
		
		
		
	Fix pedantic compile issue. (#500)
This commit is contained in:
		@@ -50,7 +50,7 @@ bool IsWordCharacter(WordBreakProperty property) {
 | 
			
		||||
      return false;
 | 
			
		||||
  };
 | 
			
		||||
  return true; // NOT_REACHED();
 | 
			
		||||
};
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
std::string PasswordField(size_t size) {
 | 
			
		||||
  std::string out;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user