From 1bc8f237275bca89845a2d6bb38d17c005d10d38 Mon Sep 17 00:00:00 2001 From: alexpeshkoff Date: Fri, 27 May 2011 09:48:24 +0000 Subject: [PATCH] Misc --- src/jrd/GarbageCollector.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/jrd/GarbageCollector.h b/src/jrd/GarbageCollector.h index 299e67e260..8f45194788 100644 --- a/src/jrd/GarbageCollector.h +++ b/src/jrd/GarbageCollector.h @@ -91,7 +91,7 @@ private: typedef Firebird::SortedArray< RelationData*, Firebird::EmptyStorage, - LONG, + USHORT, RelationData> RelGarbageArray; RelationData* getRelData(Firebird::Sync &sync, const USHORT relID, bool allowCreate);