summaryrefslogtreecommitdiffstats
path: root/src/server/events/SetPortValue.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2013-12-30 21:46:21 +0000
committerDavid Robillard <d@drobilla.net>2013-12-30 21:46:21 +0000
commitf76b94c277c34855579486851517d03c314c8fde (patch)
tree86bcd909290b39ced56132332edf2e738d964418 /src/server/events/SetPortValue.hpp
parentd88c1ffb6a725ba66ca85ad2410e4f45ddb7afbc (diff)
downloadingen-f76b94c277c34855579486851517d03c314c8fde.tar.gz
ingen-f76b94c277c34855579486851517d03c314c8fde.tar.bz2
ingen-f76b94c277c34855579486851517d03c314c8fde.zip
Fix occasional crashes and deadlocks on exit.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5229 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/server/events/SetPortValue.hpp')
-rw-r--r--src/server/events/SetPortValue.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/events/SetPortValue.hpp b/src/server/events/SetPortValue.hpp
index 0c4e8b11..852c694e 100644
--- a/src/server/events/SetPortValue.hpp
+++ b/src/server/events/SetPortValue.hpp
@@ -54,7 +54,7 @@ private:
void apply(Context& context);
PortImpl* _port;
- const Atom _value;
+ const Atom _value;
ControlBindings::Key _binding;
};