summaryrefslogtreecommitdiff
path: root/win
diff options
context:
space:
mode:
Diffstat (limited to 'win')
-rw-r--r--win/System.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/System.cpp b/win/System.cpp
index 652346a..5c310aa 100644
--- a/win/System.cpp
+++ b/win/System.cpp
@@ -1128,7 +1128,7 @@ void SystemSetWindowCaption(char* caption)
AfxSetWindowText(AfxGetMainWnd()->m_hWnd, caption);
}
-int SystemDoMessageBox(char* prompt, int nMode)
+int SystemDoMessageBox(const char* prompt, int nMode)
{
return AfxMessageBox(prompt, nMode);
}