8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-24 04:03:03 +01:00

Correction

This commit is contained in:
asfernandes 2007-05-13 13:44:10 +00:00
parent dfd91b3498
commit a4592b183c

View File

@ -72,6 +72,8 @@ public:
void assign(GenericMap& v)
{
clear();
for (bool found = v.getFirst(); found; found = v.getNext())
{
KeyValuePair* current = v.current();