mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 17:23:03 +01:00
Misc.
This commit is contained in:
parent
4878900f4a
commit
6684adf32e
@ -160,7 +160,7 @@ private:
|
||||
struct UsedBdb
|
||||
{
|
||||
UsedBdb() : bdb(NULL), count(0) {}
|
||||
UsedBdb(BufferDesc* _bdb) : bdb(_bdb), count(1) {}
|
||||
explicit UsedBdb(BufferDesc* _bdb) : bdb(_bdb), count(1) {}
|
||||
|
||||
BufferDesc* bdb;
|
||||
int count;
|
||||
|
Loading…
Reference in New Issue
Block a user