From 1423712f8e91dffde60c07d32b4de878bdcd3eae Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 10 Nov 2008 21:00:50 +0000 Subject: Turn off OSC debug dumping in engine. Shuffle new_port parameters to make more sense for no particular reason. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@1715 a436a847-0d15-0410-975c-d299462d15a1 --- src/shared/ClashAvoider.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/shared/ClashAvoider.hpp') diff --git a/src/shared/ClashAvoider.hpp b/src/shared/ClashAvoider.hpp index c6501b5f..ac2d62bb 100644 --- a/src/shared/ClashAvoider.hpp +++ b/src/shared/ClashAvoider.hpp @@ -56,8 +56,8 @@ public: const std::string& plugin_uri); void new_port(const std::string& path, + const std::string& type, uint32_t index, - const std::string& data_type, bool is_output); void connect(const std::string& src_port_path, -- cgit v1.2.1