From 075d6e22f6d0ab45523c1a51efca1d36ce66b04d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Gl=C3=B6ckner?= Date: Fri, 29 Jan 2016 15:55:12 +0100 Subject: Further style changes --- drumgizmo/output/wavfile.cc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'drumgizmo/output/wavfile.cc') diff --git a/drumgizmo/output/wavfile.cc b/drumgizmo/output/wavfile.cc index 7035080..963b0e8 100644 --- a/drumgizmo/output/wavfile.cc +++ b/drumgizmo/output/wavfile.cc @@ -30,16 +30,13 @@ WavfileOutputEngine::WavfileOutputEngine() : AudioOutputEngine{} - , info{} + , info{0} , channels{} , file{"output"} { - info.frames = 0; info.samplerate = 44100; info.channels = 1; info.format = SF_FORMAT_WAV | SF_FORMAT_FLOAT; - info.sections = 0; - info.seekable = 0; } WavfileOutputEngine::~WavfileOutputEngine() -- cgit v1.2.3