8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 18:43:03 +01:00
This commit is contained in:
hvlad 2009-02-03 18:14:41 +00:00
parent b07979e5b2
commit 4c65e428bb

View File

@ -124,7 +124,7 @@ public:
append(from); append(from);
} }
BePlusTree& operator =(BePlusTree& from) BePlusTree& operator =(const BePlusTree& from)
{ {
clear(); clear();
append(from); append(from);