From 1b5156845a93913b3e125b0cf06e77f915f3d88f Mon Sep 17 00:00:00 2001 From: sje Date: Wed, 11 Jul 2007 04:07:55 +0000 Subject: git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@275 4f64403b-2f21-0410-a795-97e2b3489a10 --- yapp/docs/m_popup.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'yapp/docs/m_popup.h') diff --git a/yapp/docs/m_popup.h b/yapp/docs/m_popup.h index 8a38ff6..90a48e9 100644 --- a/yapp/docs/m_popup.h +++ b/yapp/docs/m_popup.h @@ -384,14 +384,14 @@ typedef struct { int cbSize; char *pszClassName; union { - char *pszTitle; - wchar_t *pwszTitle; - TCHAR *ptszTitle; + const char *pszTitle; + const wchar_t *pwszTitle; + const TCHAR *ptszTitle; }; union { - char *pszText; - wchar_t *pwszText; - TCHAR *ptszText; + const char *pszText; + const wchar_t *pwszText; + const TCHAR *ptszText; }; void *PluginData; } POPUPDATACLASS; -- cgit v1.2.3