summaryrefslogtreecommitdiffstats
path: root/src/JackDbusDriver.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-09-07 20:16:49 +0000
committerDavid Robillard <d@drobilla.net>2008-09-07 20:16:49 +0000
commiteede1a188c2da2c926d49902f2b2c411774342af (patch)
tree6dfa7861c5bf21c1db5175e88249d28027bb16a7 /src/JackDbusDriver.hpp
parent19b035f0f0a78d5906664e3080ff467413f20ec2 (diff)
downloadpatchage-eede1a188c2da2c926d49902f2b2c411774342af.tar.gz
patchage-eede1a188c2da2c926d49902f2b2c411774342af.tar.bz2
patchage-eede1a188c2da2c926d49902f2b2c411774342af.zip
Separate PortRef (now PortID) from PatchageEvent.
git-svn-id: http://svn.drobilla.net/lad/patchage@1477 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/JackDbusDriver.hpp')
-rw-r--r--src/JackDbusDriver.hpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/JackDbusDriver.hpp b/src/JackDbusDriver.hpp
index 9f01c01..0deaef0 100644
--- a/src/JackDbusDriver.hpp
+++ b/src/JackDbusDriver.hpp
@@ -75,13 +75,13 @@ public:
boost::shared_ptr<PatchagePort>
find_port_view(
- Patchage * patchage,
- const PatchageEvent::PortRef& ref);
+ Patchage* patchage,
+ const PortID& ref);
boost::shared_ptr<PatchagePort>
create_port_view(
- Patchage * patchage,
- const PatchageEvent::PortRef& ref);
+ Patchage* patchage,
+ const PortID& ref);
private:
void error_msg(const std::string& msg) const;