8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-24 09:23:03 +01:00

Correction (paying attention to warnings can help really).

This commit is contained in:
robocop 2009-12-13 10:42:55 +00:00
parent 35bd02e98b
commit 52de590516

View File

@ -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)
{