Skip to content

Commit 8d68650

Browse files
hvladasfernandes
andauthored
Avoid usage of new way for simple things, per @asfernandes request
Co-authored-by: Adriano dos Santos Fernandes <529415+asfernandes@users.noreply.github.com>
1 parent 99299e5 commit 8d68650

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jrd/Monitoring.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@ MonitoringSnapshot::MonitoringSnapshot(thread_db* tdbb, MemoryPool& pool)
550550
// Parse the dump
551551

552552
// BlobID's of statement text and plan
553-
using StmtBlobs = struct { bid text; bid plan; };
553+
struct StmtBlobs { bid text; bid plan; };
554554

555555
// Map compiled statement id to blobs ids
556556
NonPooledMap<FB_UINT64, StmtBlobs> blobsMap(pool);

0 commit comments

Comments
 (0)