summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2022-08-03 18:22:14 +0300
committerGeorge Hazan <ghazan@miranda.im>2022-08-03 18:22:14 +0300
commit7dc21cf346e2c36dbcf281f28fcb0d19ae008dab (patch)
treed1d13e858b94501bc9e034b2040a124de0615573 /include
parent22ad532bfa626867529355baa5ea96f2fafdc233 (diff)
stduserinfo: empty pages to be dropped
Diffstat (limited to 'include')
-rw-r--r--include/m_userinfo.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/m_userinfo.h b/include/m_userinfo.h
index 7d91faa3f7..9da71f1db5 100644
--- a/include/m_userinfo.h
+++ b/include/m_userinfo.h
@@ -39,6 +39,7 @@ public:
m_hContact = hContact;
}
+ virtual bool IsEmpty() const;
virtual bool OnRefresh();
};