summaryrefslogtreecommitdiffstats
path: root/src/Driver.hpp
diff options
context:
space:
mode:
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,