diff options
Diffstat (limited to 'dev/LibSCI/SCI.h')
| -rw-r--r-- | dev/LibSCI/SCI.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/LibSCI/SCI.h b/dev/LibSCI/SCI.h index a7d449d4..97af9ffc 100644 --- a/dev/LibSCI/SCI.h +++ b/dev/LibSCI/SCI.h @@ -347,6 +347,6 @@ IMPORT_C SInt32 MsgShow(VoidPtr handle); IMPORT_C SInt32 MsgSend(VoidPtr handle, const Char* fmt, ...);
IMPORT_C SInt32 MsgAlloc(VoidPtr handle);
-IMPORT_C VoidPtr kAlertMsg, kInfoMsg, kErrorMsg;
+IMPORT_C VoidPtr kWarnMsg, kInfoMsg, kErrorMsg;
#endif // ifndef SCI_SCI_H
|
