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