diff options
Diffstat (limited to 'include/m_srmm_int.h')
-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 5c0e75e27f..28b67984b4 100644 --- a/include/m_srmm_int.h +++ b/include/m_srmm_int.h @@ -197,6 +197,7 @@ protected: int NotifyEvent(int code); bool ProcessFileDrop(HDROP hDrop, MCONTACT hContact); + bool PasteFilesAsURL(HDROP hDrop); bool ProcessHotkeys(int key, bool bShift, bool bCtrl, bool bAlt); void RefreshButtonStatus(void); void RunUserMenu(HWND hwndOwner, struct USERINFO *ui, const POINT &pt); |