summaryrefslogtreecommitdiffstats
path: root/src/client/PatchModel.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-02-19 09:20:48 +0000
committerDavid Robillard <d@drobilla.net>2011-02-19 09:20:48 +0000
commita69e10a438e6a5903abe5e3c0f435591a113237c (patch)
tree35ed0d5153d7903b7f5d01851fcbb808955d924e /src/client/PatchModel.hpp
parentdfb414f7e636892d79aba9fe1f92f463d4c2b0f7 (diff)
downloadingen-a69e10a438e6a5903abe5e3c0f435591a113237c.tar.gz
ingen-a69e10a438e6a5903abe5e3c0f435591a113237c.tar.bz2
ingen-a69e10a438e6a5903abe5e3c0f435591a113237c.zip
Tidy.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2997 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/client/PatchModel.hpp')
-rw-r--r--src/client/PatchModel.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client/PatchModel.hpp b/src/client/PatchModel.hpp
index 1fed0b76..534c329a 100644
--- a/src/client/PatchModel.hpp
+++ b/src/client/PatchModel.hpp
@@ -88,7 +88,8 @@ private:
bool remove_child(SharedPtr<ObjectModel> c);
void add_connection(SharedPtr<ConnectionModel> cm);
- void remove_connection(const Shared::Port* src_port, const Shared::Port* dst_port);
+ void remove_connection(const Shared::Port* src_port,
+ const Shared::Port* dst_port);
SharedPtr<Connections> _connections;
bool _editable;