summaryrefslogtreecommitdiffstats
path: root/src/Drivers.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Drivers.hpp')
-rw-r--r--src/Drivers.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Drivers.hpp b/src/Drivers.hpp
index 0e3cdce..582f953 100644
--- a/src/Drivers.hpp
+++ b/src/Drivers.hpp
@@ -55,9 +55,9 @@ public:
protected:
ILog& _log;
+ Driver::EventSink _emit_event;
std::unique_ptr<Driver> _alsa_driver;
std::unique_ptr<AudioDriver> _jack_driver;
- Driver::EventSink _emit_event;
};
} // namespace patchage