From 7e25da07af7f4f8a876ac97be6e4745877aecb08 Mon Sep 17 00:00:00 2001 From: Mathias Agopian Date: Fri, 10 Apr 2009 20:27:25 -0700 Subject: [PATCH] fix KeyedVector::replaceValueAt, which wouldn't even compile if used. --- include/utils/KeyedVector.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/utils/KeyedVector.h b/include/utils/KeyedVector.h index f4513ee20fb5a..6bcdea4ff1826 100644 --- a/include/utils/KeyedVector.h +++ b/include/utils/KeyedVector.h @@ -164,7 +164,7 @@ ssize_t KeyedVector::replaceValueFor(const KEY& key, const VALUE& val template inline ssize_t KeyedVector::replaceValueAt(size_t index, const VALUE& item) { if (index