diff options
-rw-r--r-- | tools/hiddenapi/hiddenapi.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/hiddenapi/hiddenapi.cc b/tools/hiddenapi/hiddenapi.cc index c252a9b4ae..0381381bbf 100644 --- a/tools/hiddenapi/hiddenapi.cc +++ b/tools/hiddenapi/hiddenapi.cc @@ -655,7 +655,7 @@ class HiddenApi FINAL { if (it->second) { return false; // has been marked before } else { - boot_members.insert(it, std::make_pair(entry, true)); + it->second = true; return true; // marked for the first time } }); |