diff options
Diffstat (limited to 'src/d/lyt/d_textbox.cpp')
| -rw-r--r-- | src/d/lyt/d_textbox.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/lyt/d_textbox.cpp b/src/d/lyt/d_textbox.cpp index 46c31c49..6bf867fb 100644 --- a/src/d/lyt/d_textbox.cpp +++ b/src/d/lyt/d_textbox.cpp @@ -316,7 +316,7 @@ void dTextBox_c::setMessageWithGlobalTextProcessorV(const char *labelId, void *u } void dTextBox_c::setMessageWithGlobalTextProcessorAndMsbtInfo( - const MsbtInfo *info, const char *labelId, wchar_t *destBuf, u32 maxLen + MsbtInfo *info, const char *labelId, wchar_t *destBuf, u32 maxLen ) { const wchar_t *src = LMS_GetTextByLabel(info, labelId); SetFontSize(mMyTextScale); |
