diff options
Diffstat (limited to 'src/interfaces/publisher.hpp')
| -rw-r--r-- | src/interfaces/publisher.hpp | 3 | 
1 files changed, 1 insertions, 2 deletions
diff --git a/src/interfaces/publisher.hpp b/src/interfaces/publisher.hpp index 4e66d64..2c47c34 100644 --- a/src/interfaces/publisher.hpp +++ b/src/interfaces/publisher.hpp @@ -14,8 +14,7 @@ public:  	virtual void subscribe(  		const Event &event, -		const std::shared_ptr<ISubscriber<Context>> &subscriber -	) noexcept = 0; +		const std::shared_ptr<ISubscriber<Context>> &subscriber) noexcept = 0;  	virtual void  	notify_subscribers(const Event &event, const Context &context) const noexcept = 0;  | 
