File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2092,13 +2092,13 @@ TIDY_EXPORT const tidyLocaleMapItem* TIDY_CALL getNextWindowsLanguage( TidyItera
2092
2092
** @param item An instance of tidyLocalMapItem to query.
2093
2093
** @result Returns a string with the Windows name of the mapping.
2094
2094
*/
2095
- TIDY_EXPORT const ctmbstr TIDY_CALL TidyLangWindowsName ( const tidyLocaleMapItem * item );
2095
+ TIDY_EXPORT ctmbstr TIDY_CALL TidyLangWindowsName ( const tidyLocaleMapItem * item );
2096
2096
2097
2097
/** Given a `tidyLocalMapItem`, return the POSIX name.
2098
2098
** @param item An instance of tidyLocalMapItem to query.
2099
2099
** @result Returns a string with the POSIX name of the mapping.
2100
2100
*/
2101
- TIDY_EXPORT const ctmbstr TIDY_CALL TidyLangPosixName ( const tidyLocaleMapItem * item );
2101
+ TIDY_EXPORT ctmbstr TIDY_CALL TidyLangPosixName ( const tidyLocaleMapItem * item );
2102
2102
2103
2103
/** @}
2104
2104
** @name Getting Localized Strings
You can’t perform that action at this time.
0 commit comments