missing initialization

This commit is contained in:
Paul Davis 2013-09-19 16:17:47 -04:00
parent 57d24608e7
commit 3f56abe099

View file

@ -79,6 +79,7 @@ EngineControl::EngineControl ()
, ignore_changes (0)
, _desired_sample_rate (0)
, no_push (true)
, started_at_least_once (false)
{
using namespace Notebook_Helpers;
vector<string> strings;