summaryrefslogtreecommitdiffstats
path: root/src/engine/PortImpl.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/PortImpl.hpp')
-rw-r--r--src/engine/PortImpl.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/PortImpl.hpp b/src/engine/PortImpl.hpp
index e3de9f7f..e004e03f 100644
--- a/src/engine/PortImpl.hpp
+++ b/src/engine/PortImpl.hpp
@@ -108,7 +108,7 @@ public:
void raise_set_by_user_flag() { _set_by_user = true; }
Context::ID context() const { return _context; }
- void set_context(Context::ID c) { _context = c; }
+ void set_context(Context::ID c);
protected:
PortImpl(BufferFactory& bufs,