summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemko Tronçon <git@el-tramo.be>2010-12-08 18:42:59 (GMT)
committerRemko Tronçon <git@el-tramo.be>2010-12-08 18:42:59 (GMT)
commit71dc17f69a75e15b31c935ce1323a269bc96ed62 (patch)
tree0b6b7caaf2bbc0fe96b30bb07e52cf600f3ec82e /SwifTools/Notifier/SnarlNotifier.h
parent5349e609e1ee23549a390e3ef85f2e9964dd0ef9 (diff)
downloadswift-71dc17f69a75e15b31c935ce1323a269bc96ed62.zip
swift-71dc17f69a75e15b31c935ce1323a269bc96ed62.tar.bz2
Update to new Snarl API.
Diffstat (limited to 'SwifTools/Notifier/SnarlNotifier.h')
-rw-r--r--SwifTools/Notifier/SnarlNotifier.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/SwifTools/Notifier/SnarlNotifier.h b/SwifTools/Notifier/SnarlNotifier.h
index 2350e29..8470326 100644
--- a/SwifTools/Notifier/SnarlNotifier.h
+++ b/SwifTools/Notifier/SnarlNotifier.h
@@ -25,7 +25,7 @@ namespace Swift {
void handleMessageReceived(MSG* message);
private:
- Snarl::SnarlInterface snarl;
+ Snarl::V41::SnarlInterface snarl;
Win32NotifierWindow* window;
typedef std::map<int, boost::function<void()> > NotificationsMap;
NotificationsMap notifications;