diff options
Diffstat (limited to 'src/PatchageCanvas.hpp')
-rw-r--r-- | src/PatchageCanvas.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/PatchageCanvas.hpp b/src/PatchageCanvas.hpp index ac0c9f7..3701519 100644 --- a/src/PatchageCanvas.hpp +++ b/src/PatchageCanvas.hpp @@ -66,11 +66,11 @@ public: bool make_connection(Ganv::Node* tail, Ganv::Node* head, - uint32_t color); + uint32_t color); void remove_port(const PortID& id); - void destroy(); + void clear(); private: Patchage* _app; |