8
0
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:
asfernandes 2015-07-26 15:36:05 +00:00
parent 77f6054821
commit 886935cd5f
2 changed files with 2 additions and 2 deletions

View File

@ -305,7 +305,7 @@ public:
: AutoStorage(), BaseStatus<LocalStatus>(getPool())
{ }
LocalStatus(MemoryPool& p)
explicit LocalStatus(MemoryPool& p)
: AutoStorage(p), BaseStatus<LocalStatus>(getPool())
{ }

View File

@ -46,7 +46,7 @@ namespace Jrd
: localStatusVector(&localStatus)
{ }
FbLocalStatus(Firebird::MemoryPool& p)
explicit FbLocalStatus(Firebird::MemoryPool& p)
: localStatus(p), localStatusVector(&localStatus)
{ }