From 9964717f1c5bf56f24c81ff5597085a62e966a7b Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 29 Nov 2020 17:19:06 +0100 Subject: Use Jack driver exclusively through AudioDriver interface --- src/Patchage.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/Patchage.hpp') diff --git a/src/Patchage.hpp b/src/Patchage.hpp index c48ff05..0e81afb 100644 --- a/src/Patchage.hpp +++ b/src/Patchage.hpp @@ -54,7 +54,7 @@ #include #include -class JackDriver; +class AudioDriver; class PatchageCanvas; class Configuration; @@ -159,8 +159,8 @@ protected: std::shared_ptr _canvas; - std::unique_ptr _jack_driver; - Configuration _conf; + std::unique_ptr _jack_driver; + Configuration _conf; Gtk::Main* _gtk_main; -- cgit v1.2.1