mirror of
https://gitee.com/openharmony/third_party_libsnd
synced 2025-03-01 15:15:52 +00:00
src/sndfile.hh: initialize all member variables
Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com>
This commit is contained in:
parent
e2d39c7b69
commit
e3cce28812
@ -155,7 +155,7 @@ class SndfileHandle
|
||||
|
||||
inline
|
||||
SndfileHandle::SNDFILE_ref::SNDFILE_ref (void)
|
||||
: ref (1)
|
||||
: sf (NULL), sfinfo (), ref (1)
|
||||
{}
|
||||
|
||||
inline
|
||||
|
Loading…
x
Reference in New Issue
Block a user