From 0afd3fae06d577b2f5a277597bd94d300b56e2b6 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 11 Aug 2015 22:45:42 +0000 Subject: adaptation of UInfoEx for new functions git-svn-id: http://svn.miranda-ng.org/main/trunk@14919 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/UserInfoEx/src/classMAnnivDate.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/UserInfoEx/src/classMAnnivDate.h') diff --git a/plugins/UserInfoEx/src/classMAnnivDate.h b/plugins/UserInfoEx/src/classMAnnivDate.h index bca4cd22c2..14246f79f6 100644 --- a/plugins/UserInfoEx/src/classMAnnivDate.h +++ b/plugins/UserInfoEx/src/classMAnnivDate.h @@ -112,8 +112,8 @@ public: int BackupBirthday (MCONTACT hContact, LPSTR pszProto = NULL, const BYTE bDontIgnoreAnything = FALSE, PWORD lastAnswer = NULL); // setting values - void SetDate(SYSTEMTIME &st); - void SetDate(MAnnivDate &mda); + void SetDate(const SYSTEMTIME &st); + void SetDate(const MAnnivDate &mda); BYTE operator == (const SYSTEMTIME &st) { return IsEqual(st); }; BYTE operator == (const MAnnivDate &mda) { return IsEqual(mda); }; -- cgit v1.2.3