Add a const for TXT_SelectFile in the Windows build too
This commit is contained in:
parent
de175686e6
commit
3fd5eed6b0
1 changed files with 1 additions and 1 deletions
|
|
@ -155,7 +155,7 @@ int TXT_CanSelectFiles(void)
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
char *TXT_SelectFile(char *window_title, char **extensions)
|
char *TXT_SelectFile(const char *window_title, char **extensions)
|
||||||
{
|
{
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue