initialize some uninitialized vars

This commit is contained in:
Robin Gareus 2017-02-28 16:28:44 +01:00
parent 29fcca147b
commit f1571ab7ed

View File

@ -143,7 +143,9 @@ SoundFileBox::SoundFileBox (bool /*persistent*/)
main_box (false, 6),
autoplay_btn (_("Auto-play")),
seek_slider(0,1000,1),
_seeking(false)
_seeking(false),
_src_quality (SrcBest),
_import_position (ImportAtTimestamp)
{
set_name (X_("SoundFileBox"));