summaryrefslogtreecommitdiff
path: root/plugins/TipperYM/src/subst.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/TipperYM/src/subst.h')
-rw-r--r--plugins/TipperYM/src/subst.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/TipperYM/src/subst.h b/plugins/TipperYM/src/subst.h
index 53c2d9ab51..66b5712462 100644
--- a/plugins/TipperYM/src/subst.h
+++ b/plugins/TipperYM/src/subst.h
@@ -21,8 +21,8 @@ Boston, MA 02111-1307, USA.
#ifndef _SUBST_INC
#define _SUBST_INC
-bool GetLabelText(MCONTACT hContact, const DISPLAYITEM &di, TCHAR *buff, int iBufflen);
-bool GetValueText(MCONTACT hContact, const DISPLAYITEM &di, TCHAR *buff, int iBufflen);
+bool GetLabelText(MCONTACT hContact, const DISPLAYITEM &di, TCHAR *buff, size_t iBufflen);
+bool GetValueText(MCONTACT hContact, const DISPLAYITEM &di, TCHAR *buff, size_t iBufflen);
bool CheckContactType(MCONTACT hContact, const DISPLAYITEM &di);