summaryrefslogtreecommitdiffstats
path: root/src/Driver.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2009-05-12 19:15:07 +0000
committerDavid Robillard <d@drobilla.net>2009-05-12 19:15:07 +0000
commitddc09de45b45bdf2afdeff68eb8a17ad237ef6c3 (patch)
treed71c279860fb016e79be2fb7ea1ba3fa66e6babd /src/Driver.hpp
parent61e8765a7b9afda01eb52b5a240701849fd9e116 (diff)
downloadpatchage-ddc09de45b45bdf2afdeff68eb8a17ad237ef6c3.tar.gz
patchage-ddc09de45b45bdf2afdeff68eb8a17ad237ef6c3.tar.bz2
patchage-ddc09de45b45bdf2afdeff68eb8a17ad237ef6c3.zip
Fix threading issues on Jack exit.
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@1988 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/Driver.hpp')
-rw-r--r--src/Driver.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Driver.hpp b/src/Driver.hpp
index 6e759a5..4c9d313 100644
--- a/src/Driver.hpp
+++ b/src/Driver.hpp
@@ -43,7 +43,8 @@ public:
virtual void detach() = 0;
virtual bool is_attached() const = 0;
- virtual void refresh() = 0;
+ virtual void refresh() = 0;
+ virtual void destroy_all() {}
virtual boost::shared_ptr<PatchagePort> create_port_view(
Patchage* patchage,