mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-24 14:03:02 +01:00
Correction (paying attention to warnings can help really).
This commit is contained in:
parent
35bd02e98b
commit
52de590516
@ -44,7 +44,7 @@ RecursiveStream::RecursiveStream(CompilerScratch* csb, UCHAR stream, UCHAR mapSt
|
||||
size_t baseImpure)
|
||||
: RecordStream(csb, stream),
|
||||
m_mapStream(mapStream),
|
||||
m_root(m_root), m_inner(inner),
|
||||
m_root(root), m_inner(inner),
|
||||
m_rootMap(rootMap), m_innerMap(innerMap),
|
||||
m_innerStreams(csb->csb_pool)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user