mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 22:03:03 +01:00
Fixed snapshot's build using gcc 4.4
This commit is contained in:
parent
abaf48b071
commit
11843afcd4
@ -200,8 +200,8 @@ public:
|
||||
class WithClause : public Firebird::Array<SelectExprNode*>
|
||||
{
|
||||
public:
|
||||
explicit WithClause(MemoryPool& pool)
|
||||
: Array(pool),
|
||||
explicit WithClause(Firebird::MemoryPool& pool)
|
||||
: Firebird::Array<SelectExprNode*>(pool),
|
||||
recursive(false)
|
||||
{
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user