summaryrefslogtreecommitdiff
path: root/src/CommonAPI/Event.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/CommonAPI/Event.h')
-rw-r--r--src/CommonAPI/Event.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CommonAPI/Event.h b/src/CommonAPI/Event.h
index 9cac1dc..3d059b2 100644
--- a/src/CommonAPI/Event.h
+++ b/src/CommonAPI/Event.h
@@ -53,7 +53,7 @@ public:
* @param listener A listener to be added
* @return A token identifying this subscription
*/
- virtual inline Subscription subscribe(Listener listener);
+ virtual Subscription subscribe(Listener listener);
/**
* \brief Subscribe a cancellable listener to this event