From db5390efed97b32362f1e2b3ee11bc790e115216 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Wed, 17 Dec 2014 20:25:25 +0000 Subject: NewXstatusNotify: changed warning lavel to w4 git-svn-id: http://svn.miranda-ng.org/main/trunk@11492 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/NewXstatusNotify/src/common.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/NewXstatusNotify/src/common.h') diff --git a/plugins/NewXstatusNotify/src/common.h b/plugins/NewXstatusNotify/src/common.h index 981f91e750..d19761c135 100644 --- a/plugins/NewXstatusNotify/src/common.h +++ b/plugins/NewXstatusNotify/src/common.h @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -*/ + */ #ifndef COMMON_H #define COMMON_H @@ -155,6 +155,6 @@ extern STATUS StatusListEx[STATUSEX_COUNT]; TCHAR* GetStr(STATUSMSGINFO *n, const TCHAR *tmplt); void LogSMsgToDB(STATUSMSGINFO *smi, const TCHAR *tmplt); -void BlinkIcon(MCONTACT hContact, char *szProto, HICON hIcon, TCHAR *stzText); +void BlinkIcon(MCONTACT hContact, HICON hIcon, TCHAR *stzText); void PlayChangeSound(MCONTACT hContact, const char *name); #endif //COMMON_H -- cgit v1.2.3