diff options
Diffstat (limited to 'drumgizmo/enginefactory.h')
-rw-r--r-- | drumgizmo/enginefactory.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drumgizmo/enginefactory.h b/drumgizmo/enginefactory.h index c599040..6457ed1 100644 --- a/drumgizmo/enginefactory.h +++ b/drumgizmo/enginefactory.h @@ -65,6 +65,7 @@ class EngineFactory { private: std::list<std::string> input, output; // available engines + #ifdef USE_JACK std::unique_ptr<JackClient> jack; |