[DEBUG] coorection of getting element with his ID

This commit is contained in:
Edouard DUPIN 2014-03-20 10:26:42 +01:00
parent 74f13fd919
commit 989ced9c90

View File

@ -81,6 +81,7 @@ namespace ejson {
if (id == _id) {
return it.second;
}
id++;
}
return NULL;
};
@ -91,6 +92,7 @@ namespace ejson {
if (id == _id) {
return it.second;
}
id++;
}
return NULL;
};