summaryrefslogtreecommitdiff
path: root/include/m_chat.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2023-04-15 20:37:26 +0300
committerGeorge Hazan <ghazan@miranda.im>2023-04-15 20:37:26 +0300
commit0f09bc6a33604e79996caaf6ff021226e96e53fd (patch)
treef603883af17f3b72fd5adbf11b8846ef191e8208 /include/m_chat.h
parent123fa87f68c42b4f121ad315623a9fb5a39ab30c (diff)
fixes #3458 (tabSRMM: двоятся сообщения)
Diffstat (limited to 'include/m_chat.h')
-rw-r--r--include/m_chat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/m_chat.h b/include/m_chat.h
index 92e4e6329b..bd5967dc9f 100644
--- a/include/m_chat.h
+++ b/include/m_chat.h
@@ -381,6 +381,7 @@ struct GCEVENT
INT_PTR dwItemData; // User specified data.
uint32_t time; // Timestamp of the event
+ MEVENT hEvent; // Database event
};
MIR_APP_DLL(int) Chat_Event(GCEVENT*);