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

fixed gcc warning

This commit is contained in:
alexpeshkoff 2008-05-07 11:43:13 +00:00
parent 298fca1716
commit 58693ad198

View File

@ -103,9 +103,9 @@ public:
jrd_tra(MemoryPool* p, Firebird::MemoryStats* parent_stats,
Attachment* attachment, jrd_tra* outer, size_t length = 0)
: tra_pool(p),
: tra_attachment(attachment),
tra_pool(p),
tra_memory_stats(parent_stats),
tra_attachment(attachment),
tra_blobs_tree(p),
tra_blobs(&tra_blobs_tree),
tra_resources(*p),