diff options
Diffstat (limited to 'drumgizmo/output/wavfile.cc')
-rw-r--r-- | drumgizmo/output/wavfile.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drumgizmo/output/wavfile.cc b/drumgizmo/output/wavfile.cc index 678bbe3..faba69d 100644 --- a/drumgizmo/output/wavfile.cc +++ b/drumgizmo/output/wavfile.cc @@ -29,7 +29,8 @@ #include "wavfile.h" WavfileOutputEngine::WavfileOutputEngine() - : info{} + : AudioOutputEngine{} + , info{} , channels{} , file{"output"} { |