diff options
| author | George Hazan <george.hazan@gmail.com> | 2023-12-19 14:34:58 +0300 |
|---|---|---|
| committer | George Hazan <george.hazan@gmail.com> | 2023-12-19 14:34:58 +0300 |
| commit | 8bab65e5e51df9f5c70f9fd6d7e3fdb0771c37e9 (patch) | |
| tree | ccde89c016d5b2f9e5b4902c7d500e7a11ceeb1c /include | |
| parent | 9d2d33690533c01af99a1f22d019e55134b48ab5 (diff) | |
fixes #4055 completely
Diffstat (limited to 'include')
| -rw-r--r-- | include/m_userinfo.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/m_userinfo.h b/include/m_userinfo.h index a0976e90a5..d33e05a075 100644 --- a/include/m_userinfo.h +++ b/include/m_userinfo.h @@ -51,6 +51,7 @@ struct USERINFOPAGE HPLUGIN pPlugin;
uint32_t flags; // ODPF_*, look at m_options.h
CUserInfoPageDlg *pDialog;
+ const char *szProto; // for viewing our own pages
// used in UInfoEx only
int position;
|
