Make gcc happy, silence 'changed meaning' warning.

This commit is contained in:
Router Gray
2019-07-14 01:06:47 -05:00
committed by Lirusaito
parent 9945fc1767
commit 2f54cf26a9

View File

@@ -189,7 +189,7 @@ public:
}
}
typedef DeletePointer DeletePointer;
typedef ::DeletePointer DeletePointer;
};
template <typename Type, typename Key, int BlockSize = 32>