Always initialize LedgerHandler options field

This commit is contained in:
Nik Bougalis
2014-12-23 12:55:41 -08:00
parent e7d6fe6c8b
commit 9fa15b390a

View File

@@ -64,7 +64,7 @@ private:
Context& context_;
Ledger::pointer ledger_;
Json::Value result_;
int options_;
int options_ = 0;
};
////////////////////////////////////////////////////////////////////////////////