summaryrefslogtreecommitdiffstats
path: root/src/engine/OSCClient.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/OSCClient.cpp')
-rw-r--r--src/engine/OSCClient.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/OSCClient.cpp b/src/engine/OSCClient.cpp
index 7b1580d2..332a2144 100644
--- a/src/engine/OSCClient.cpp
+++ b/src/engine/OSCClient.cpp
@@ -440,7 +440,7 @@ OSCClient::new_plugin(const string& type, const string& uri, const string& name)
* \arg \b poly (int) - Polyphony of new patch (\em not a boolean like new_node) </p> \n \n
*/
void
-OSCClient::new_patch(const string& path, size_t poly)
+OSCClient::new_patch(const string& path, uint32_t poly)
{
lo_send(_address, "/om/new_patch", "si", path.c_str(), poly);