diff options
Diffstat (limited to 'src/client/HTTPEngineSender.hpp')
-rw-r--r-- | src/client/HTTPEngineSender.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/HTTPEngineSender.hpp b/src/client/HTTPEngineSender.hpp index 411ddfd5..67cf9152 100644 --- a/src/client/HTTPEngineSender.hpp +++ b/src/client/HTTPEngineSender.hpp @@ -80,8 +80,8 @@ public: uint32_t poly); void new_port(const string& path, + const string& type, uint32_t index, - const string& data_type, bool is_output); void new_node(const string& path, |