Add a const for TXT_SelectFile in the Windows build too

This commit is contained in:
Mike Swanson 2018-03-17 10:29:12 -07:00
parent de175686e6
commit 3fd5eed6b0

View file

@ -155,7 +155,7 @@ int TXT_CanSelectFiles(void)
return 0;
}
char *TXT_SelectFile(char *window_title, char **extensions)
char *TXT_SelectFile(const char *window_title, char **extensions)
{
return NULL;
}