summaryrefslogtreecommitdiffstats
path: root/ingen/client/PortModel.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-07-18 12:02:29 +0200
committerDavid Robillard <d@drobilla.net>2020-08-01 11:50:43 +0200
commit727020da03e5212e803373c20a4fbd9b4e51b55c (patch)
treef70be41bbf1cab63c822bd9e9bd41ab410aadd1a /ingen/client/PortModel.hpp
parentf91c823b73ad74fe9d1b6785ec6c17db1713ca35 (diff)
downloadingen-727020da03e5212e803373c20a4fbd9b4e51b55c.tar.gz
ingen-727020da03e5212e803373c20a4fbd9b4e51b55c.tar.bz2
ingen-727020da03e5212e803373c20a4fbd9b4e51b55c.zip
Remove superfluous semicolons
Diffstat (limited to 'ingen/client/PortModel.hpp')
-rw-r--r--ingen/client/PortModel.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/ingen/client/PortModel.hpp b/ingen/client/PortModel.hpp
index 8bdf0398..c386dff0 100644
--- a/ingen/client/PortModel.hpp
+++ b/ingen/client/PortModel.hpp
@@ -66,9 +66,9 @@ public:
void on_property(const URI& uri, const Atom& value) override;
// Signals
- INGEN_SIGNAL(value_changed, void, const Atom&);
- INGEN_SIGNAL(voice_changed, void, uint32_t, const Atom&);
- INGEN_SIGNAL(activity, void, const Atom&);
+ INGEN_SIGNAL(value_changed, void, const Atom&)
+ INGEN_SIGNAL(voice_changed, void, uint32_t, const Atom&)
+ INGEN_SIGNAL(activity, void, const Atom&)
private:
friend class ClientStore;