summaryrefslogtreecommitdiff
path: root/yapp/docs
diff options
context:
space:
mode:
Diffstat (limited to 'yapp/docs')
-rw-r--r--yapp/docs/m_popup.h12
1 files changed, 6 insertions, 6 deletions
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;