mirror of
https://github.com/kanjitalk755/macemu.git
synced 2025-01-12 01:30:03 +00:00
Fix const-ness of main() parameters.
This commit is contained in:
parent
2e302d60a3
commit
ddf1bcf094
@ -100,7 +100,7 @@ static bool open_stdio(const char *title)
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Main program
|
// Main program
|
||||||
int main(int argc, char **argv)
|
int main(int argc, const char **argv)
|
||||||
{
|
{
|
||||||
#ifdef __BEOS__
|
#ifdef __BEOS__
|
||||||
// Launched from Tracker? Then open terminal window
|
// Launched from Tracker? Then open terminal window
|
||||||
|
Loading…
x
Reference in New Issue
Block a user