mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-24 01:23:03 +01:00
Correction
This commit is contained in:
parent
dfd91b3498
commit
a4592b183c
@ -72,6 +72,8 @@ public:
|
||||
|
||||
void assign(GenericMap& v)
|
||||
{
|
||||
clear();
|
||||
|
||||
for (bool found = v.getFirst(); found; found = v.getNext())
|
||||
{
|
||||
KeyValuePair* current = v.current();
|
||||
|
Loading…
Reference in New Issue
Block a user