summaryrefslogtreecommitdiffstats
path: root/src/engine/NodeImpl.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2009-01-15 17:41:11 +0000
committerDavid Robillard <d@drobilla.net>2009-01-15 17:41:11 +0000
commite185c69f0195b2e68d8019418638395d2b2d00b0 (patch)
treea7ea695731dbaebe7b0c32a01683b84ceb7b19a0 /src/engine/NodeImpl.hpp
parent985becc1ca3b34773f77faf3673d69a88c436b58 (diff)
downloadingen-e185c69f0195b2e68d8019418638395d2b2d00b0.tar.gz
ingen-e185c69f0195b2e68d8019418638395d2b2d00b0.tar.bz2
ingen-e185c69f0195b2e68d8019418638395d2b2d00b0.zip
Add -Woverloaded-virtual to --strict flags and fix associated problems (notably LV2 message extension).
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@1920 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/engine/NodeImpl.hpp')
-rw-r--r--src/engine/NodeImpl.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/NodeImpl.hpp b/src/engine/NodeImpl.hpp
index 5695f0fc..e120db0e 100644
--- a/src/engine/NodeImpl.hpp
+++ b/src/engine/NodeImpl.hpp
@@ -114,7 +114,7 @@ public:
/** Run the node for one instant in the message thread.
*/
- virtual void message_process(MessageContext& context, uint32_t* output) = 0;
+ virtual void message_process(MessageContext& context, uint32_t* ins, uint32_t* outs) = 0;
/** Run the node for @a nframes input/output.
*