From 366ba3d2502c86c8691f72207512b72fc7ccae2a Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Tue, 2 Apr 2013 19:47:02 +0000 Subject: XSoundNotify: boost removal pt 2 git-svn-id: http://svn.miranda-ng.org/main/trunk@4292 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/XSoundNotify/src/SoundNotifyDataStorage.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/XSoundNotify/src/SoundNotifyDataStorage.h') diff --git a/plugins/XSoundNotify/src/SoundNotifyDataStorage.h b/plugins/XSoundNotify/src/SoundNotifyDataStorage.h index 68c7d996f9..3df9dd7eec 100644 --- a/plugins/XSoundNotify/src/SoundNotifyDataStorage.h +++ b/plugins/XSoundNotify/src/SoundNotifyDataStorage.h @@ -20,9 +20,9 @@ private: ProtocolTable _protocolTable; ModuleConvertTable _moduleTable; - typedef boost::function getContactIdFunc; + typedef std::tstring (*getContactIdFunc)(HANDLE contact, const ModuleString &module); typedef std::unordered_map RegisteredProtocols; - RegisteredProtocols _registeredProtocols; + RegisteredProtocols _registeredProtocols; }; #endif -- cgit v1.2.3