diff options
Diffstat (limited to 'drumgizmo/output')
-rw-r--r-- | drumgizmo/output/wavfile.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drumgizmo/output/wavfile.cc b/drumgizmo/output/wavfile.cc index 963b0e8..2910659 100644 --- a/drumgizmo/output/wavfile.cc +++ b/drumgizmo/output/wavfile.cc @@ -30,7 +30,7 @@ WavfileOutputEngine::WavfileOutputEngine() : AudioOutputEngine{} - , info{0} + , info{} , channels{} , file{"output"} { |