summaryrefslogtreecommitdiff
path: root/plugins/XSoundNotify/src/SoundNotifyDataStorage.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/XSoundNotify/src/SoundNotifyDataStorage.h')
-rw-r--r--plugins/XSoundNotify/src/SoundNotifyDataStorage.h4
1 files changed, 2 insertions, 2 deletions
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<std::tstring (HANDLE contact, const ModuleString &module)> getContactIdFunc;
+ typedef std::tstring (*getContactIdFunc)(HANDLE contact, const ModuleString &module);
typedef std::unordered_map<ProtocolString, getContactIdFunc> RegisteredProtocols;
- RegisteredProtocols _registeredProtocols;
+ RegisteredProtocols _registeredProtocols;
};
#endif