mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 20:43:02 +01:00
On behalf of robocop after sourceforge crash - Misc.
This commit is contained in:
parent
77f6054821
commit
886935cd5f
@ -305,7 +305,7 @@ public:
|
||||
: AutoStorage(), BaseStatus<LocalStatus>(getPool())
|
||||
{ }
|
||||
|
||||
LocalStatus(MemoryPool& p)
|
||||
explicit LocalStatus(MemoryPool& p)
|
||||
: AutoStorage(p), BaseStatus<LocalStatus>(getPool())
|
||||
{ }
|
||||
|
||||
|
@ -46,7 +46,7 @@ namespace Jrd
|
||||
: localStatusVector(&localStatus)
|
||||
{ }
|
||||
|
||||
FbLocalStatus(Firebird::MemoryPool& p)
|
||||
explicit FbLocalStatus(Firebird::MemoryPool& p)
|
||||
: localStatus(p), localStatusVector(&localStatus)
|
||||
{ }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user