diff options
author | David Robillard <d@drobilla.net> | 2008-09-07 20:16:49 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2008-09-07 20:16:49 +0000 |
commit | eede1a188c2da2c926d49902f2b2c411774342af (patch) | |
tree | 6dfa7861c5bf21c1db5175e88249d28027bb16a7 /src/AlsaDriver.hpp | |
parent | 19b035f0f0a78d5906664e3080ff467413f20ec2 (diff) | |
download | patchage-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/AlsaDriver.hpp')
-rw-r--r-- | src/AlsaDriver.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/AlsaDriver.hpp b/src/AlsaDriver.hpp index fb919eb..c39f8c4 100644 --- a/src/AlsaDriver.hpp +++ b/src/AlsaDriver.hpp @@ -43,8 +43,8 @@ public: void refresh(); boost::shared_ptr<PatchagePort> create_port_view( - Patchage* patchage, - const PatchageEvent::PortRef& ref); + Patchage* patchage, + const PortID& id); bool connect(boost::shared_ptr<PatchagePort> src_port, boost::shared_ptr<PatchagePort> dst_port); |