mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 22:03:03 +01:00
Const
This commit is contained in:
parent
b07979e5b2
commit
4c65e428bb
@ -124,7 +124,7 @@ public:
|
|||||||
append(from);
|
append(from);
|
||||||
}
|
}
|
||||||
|
|
||||||
BePlusTree& operator =(BePlusTree& from)
|
BePlusTree& operator =(const BePlusTree& from)
|
||||||
{
|
{
|
||||||
clear();
|
clear();
|
||||||
append(from);
|
append(from);
|
||||||
|
Loading…
Reference in New Issue
Block a user