diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/m_srmm_int.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/m_srmm_int.h b/include/m_srmm_int.h index 31f5b38ec0..f925844733 100644 --- a/include/m_srmm_int.h +++ b/include/m_srmm_int.h @@ -299,6 +299,7 @@ protected: INT_PTR DlgProc(UINT msg, WPARAM wParam, LPARAM lParam) override;
bool AllowTyping() const;
+ void InsertBbcodeString(const wchar_t *pwszStr);
int NotifyEvent(int code);
#ifdef _WINDOWS
bool ProcessFileDrop(HDROP hDrop, MCONTACT hContact);
|