diff options
author | George Hazan <george.hazan@gmail.com> | 2023-12-19 14:33:20 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2023-12-19 14:33:20 +0300 |
commit | 9d2d33690533c01af99a1f22d019e55134b48ab5 (patch) | |
tree | d57ab2c216451d073ff7ee74d647f69d87f80072 /include | |
parent | 0f16e5b2e1a2919c6194b547a40814c5373e2e0d (diff) |
CUserInfoPageDlg does not refresh information when it receives PSN_INFOCHANGED notification
Diffstat (limited to 'include')
-rw-r--r-- | include/m_userinfo.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/m_userinfo.h b/include/m_userinfo.h index 880d224739..a0976e90a5 100644 --- a/include/m_userinfo.h +++ b/include/m_userinfo.h @@ -39,6 +39,8 @@ public: m_hContact = hContact;
}
+ virtual INT_PTR DlgProc(UINT, WPARAM, LPARAM) override;
+
virtual bool IsEmpty() const;
virtual bool OnRefresh();
};
|