removed compiler warnings

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2223 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
beveloper
2002-12-10 20:15:29 +00:00
parent 5f511927a9
commit 5aab162dcc
6 changed files with 9 additions and 5 deletions
+1
View File
@@ -36,6 +36,7 @@ public:
items[i] = new value;
*items[i] = *other.items[i];
}
return *this;
}
bool Insert(const value &v)
+1
View File
@@ -38,6 +38,7 @@ public:
items[i]->k = other.items[i]->k;
items[i]->v = other.items[i]->v;
}
return *this;
}
bool Insert(const key &k, const value &v)