summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swiften/EventLoop/Event.h')
-rw-r--r--Swiften/EventLoop/Event.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Swiften/EventLoop/Event.h b/Swiften/EventLoop/Event.h
index 209de33..763fe00 100644
--- a/Swiften/EventLoop/Event.h
+++ b/Swiften/EventLoop/Event.h
@@ -27,3 +27,5 @@ namespace Swift {
boost::function<void()> callback;
};
}
+
+std::ostream& operator<<(std::ostream& os, const Swift::Event& e);