From c081248a92bb7c1eb2681156e829affd28fa8080 Mon Sep 17 00:00:00 2001 From: pescuma Date: Mon, 4 Jan 2010 17:49:05 +0000 Subject: iax: 0.1.1.0 git-svn-id: http://pescuma.googlecode.com/svn/trunk/Miranda@204 c086bb3d-8645-0410-b8da-73a8550f86e7 --- Protocols/IAX/IAXProto.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Protocols/IAX/IAXProto.h') diff --git a/Protocols/IAX/IAXProto.h b/Protocols/IAX/IAXProto.h index 5a9a1f3..584342b 100644 --- a/Protocols/IAX/IAXProto.h +++ b/Protocols/IAX/IAXProto.h @@ -119,10 +119,10 @@ private: INT_PTR __cdecl OnOptionsInit(WPARAM wParam,LPARAM lParam); INT_PTR __cdecl OnPreShutdown(WPARAM wParam,LPARAM lParam); - void Trace(TCHAR *fmt, ...); - void Info(TCHAR *fmt, ...); - void Error(TCHAR *fmt, ...); - void ShowMessage(int type, TCHAR *fmt, va_list args); + void Trace(const TCHAR *fmt, ...); + void Info(const TCHAR *fmt, ...); + void Error(const TCHAR *fmt, ...); + void ShowMessage(int type, const TCHAR *fmt, va_list args); void Disconnect(); INT_PTR __cdecl CreateAccMgrUI(WPARAM wParam, LPARAM lParam); -- cgit v1.2.3