diff options
Diffstat (limited to 'include/m_gui.h')
-rw-r--r-- | include/m_gui.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/m_gui.h b/include/m_gui.h index c0e22e0026..9090efc69a 100644 --- a/include/m_gui.h +++ b/include/m_gui.h @@ -1144,7 +1144,7 @@ private: struct TPageInfo : public MZeroedObject
{
int m_pageId;
- ptrT m_ptszHeader;
+ ptrW m_ptszHeader;
HICON m_hIcon;
BOOL m_bChanged;
CDlgBase *m_pDlg;
|