fix: fix bug caused by refactor

This commit is contained in:
2024-06-28 16:30:21 +08:00
parent e5b6e8c6c3
commit 23b4da95ce
3 changed files with 5 additions and 5 deletions

View File

@ -58,7 +58,7 @@ namespace YYCC::DialogHelper {
* @brief Add a filter pair in file types list.
* @param filter_name[in] The friendly name of the filter.
* @param il[in] A C++ initialize list.
* Every entries must be `const char*` represent a single filter pattern.
* Every entries must be `const yycc_char8_t*` represent a single filter pattern.
* The list at least should have one valid pattern.
* This function will not validate these filter patterns, so please write them carefully.
* @return True if added success, otherwise false.