mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 23:23:02 +01:00
Attempt to fix travis build
This commit is contained in:
parent
23db1e65b6
commit
b396f6c3b7
@ -248,11 +248,16 @@ inline USHORT blb::getMaxSegment() const
|
||||
} //namespace Jrd
|
||||
|
||||
|
||||
namespace Firebird {
|
||||
|
||||
template <>
|
||||
inline void Firebird::SimpleDelete<Jrd::blb>::clear(Jrd::blb* b)
|
||||
inline void SimpleDelete<Jrd::blb>::clear(Jrd::blb* b)
|
||||
{
|
||||
if (b)
|
||||
b->BLB_cancel();
|
||||
}
|
||||
|
||||
} //namespace Firebird
|
||||
|
||||
|
||||
#endif // JRD_BLB_H
|
||||
|
Loading…
Reference in New Issue
Block a user