diff options
Diffstat (limited to 'include/m_chat.h')
-rw-r--r-- | include/m_chat.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/m_chat.h b/include/m_chat.h index cd290c04e4..6ea7a048ba 100644 --- a/include/m_chat.h +++ b/include/m_chat.h @@ -485,6 +485,8 @@ struct GCHOOK LPTSTR ptszUID; // unique identifier, usage depends on type of event
LPTSTR ptszNick; // user nick, as displayed in a nicklist
INT_PTR dwData; // user defined data, usage depends on type of event
+
+ class CSrmmBaseDialog *pDlg; // dialog from which this event was called
};
/*
|