8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 15:23:02 +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);
}
BePlusTree& operator =(BePlusTree& from)
BePlusTree& operator =(const BePlusTree& from)
{
clear();
append(from);