add initial value to background task id

This commit is contained in:
Benjamin Reis 2018-02-08 14:43:15 +01:00
parent 04a024ec9e
commit 01e15617b6

View file

@ -51,7 +51,7 @@ public:
private:
std::string mName;
unsigned long mId;
unsigned long mId = 0;
};
LINPHONE_END_NAMESPACE