mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 02:42:22 +01:00
clangd :)
This commit is contained in:
@@ -36,7 +36,8 @@ template <typename SetType>
|
||||
class TSet
|
||||
{
|
||||
private:
|
||||
friend TSparseArray;
|
||||
template <typename>
|
||||
friend class TSparseArray;
|
||||
|
||||
public:
|
||||
typedef TSetElement<SetType> ElementType;
|
||||
@@ -217,4 +218,4 @@ public:
|
||||
|
||||
mutable TInlineAllocator<1>::ForElementType<int> Hash;
|
||||
mutable int32 HashSize;
|
||||
}; */
|
||||
}; */
|
||||
|
||||
Reference in New Issue
Block a user