diff options
Diffstat (limited to 'tipper/subst.h')
-rw-r--r-- | tipper/subst.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tipper/subst.h b/tipper/subst.h index 7fbf5f1..8912aa6 100644 --- a/tipper/subst.h +++ b/tipper/subst.h @@ -9,6 +9,6 @@ bool GetLabelText(HANDLE hContact, const DisplayItem &di, TCHAR *buff, int bufflen);
bool GetValueText(HANDLE hContact, const DisplayItem &di, TCHAR *buff, int bufflen);
-void StripBBCodesInPlace(wchar_t *text);
+void StripBBCodesInPlace(TCHAR *text);
#endif
|