summaryrefslogtreecommitdiffstats
path: root/src/engine/events/SendBinding.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/events/SendBinding.hpp')
-rw-r--r--src/engine/events/SendBinding.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/engine/events/SendBinding.hpp b/src/engine/events/SendBinding.hpp
index 837d3463..b11ecfd2 100644
--- a/src/engine/events/SendBinding.hpp
+++ b/src/engine/events/SendBinding.hpp
@@ -65,10 +65,11 @@ public:
}
}
- inline void operator=(const SendBinding& ev) {
+ inline SendBinding& operator=(const SendBinding& ev) {
_port = ev._port;
_type = ev._type;
_num = ev._num;
+ return *this;
}
void post_process();