diff options
Diffstat (limited to 'drumgizmo/enginefactory.cc')
-rw-r--r-- | drumgizmo/enginefactory.cc | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/drumgizmo/enginefactory.cc b/drumgizmo/enginefactory.cc index 63a17ba..9cbb5d5 100644 --- a/drumgizmo/enginefactory.cc +++ b/drumgizmo/enginefactory.cc @@ -31,14 +31,9 @@ EngineFactory::EngineFactory() : input{} - , output -{ -} + , output{} #ifdef USE_JACK -, jack -{ - nullptr -} + , jack{nullptr} #endif { // list available input engines |