2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-30 13:37:55 +00:00

[1470] Correct data type of member variable in MockAccess::MockIteratorNameContext

This commit is contained in:
Stephen Morris
2011-12-12 18:20:46 +00:00
parent f18114000f
commit 5cdcda0439

View File

@@ -442,7 +442,7 @@ private:
private:
const std::string searched_name_;
int cur_record_;
size_t cur_record_;
std::vector< std::vector<std::string> > cur_name;
};