From fabb5ec61205a9a3dca6f82645f257d00a534572 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sat, 11 Jan 2014 13:53:27 +0000 Subject: forgotten to declare two remaining fields as const git-svn-id: http://svn.miranda-ng.org/main/trunk@7591 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- include/m_chat.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/m_chat.h b/include/m_chat.h index 13b0561ede..51ca20a9b3 100644 --- a/include/m_chat.h +++ b/include/m_chat.h @@ -508,8 +508,8 @@ struct GC_INFO DWORD Flags; // use a combination of the above flags int iItem; // session type (GCW_*) int iType; // session type (GCW_*) - LPSTR pszModule; // the module name as registered in MS_GC_REGISTER - LPTSTR pszID; // unique ID of the session + LPCSTR pszModule; // the module name as registered in MS_GC_REGISTER + LPCTSTR pszID; // unique ID of the session LPTSTR pszName; // display name of the session INT_PTR dwItemData; // user specified data. int iCount; // count of users in the nicklist -- cgit v1.2.3