mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Fix a warning: declare TreeScopedHashTableScopeImpl as a struct consistently
Swift SVN r5892
This commit is contained in:
@@ -295,7 +295,7 @@ private:
|
||||
|
||||
TreeScopedHashTable(const TreeScopedHashTable &) LLVM_DELETED_FUNCTION;
|
||||
void operator=(const TreeScopedHashTable &) LLVM_DELETED_FUNCTION;
|
||||
friend class TreeScopedHashTableScopeImpl<K, V, AllocatorTy>;
|
||||
friend struct TreeScopedHashTableScopeImpl<K, V, AllocatorTy>;
|
||||
|
||||
public:
|
||||
TreeScopedHashTable() : NextScopeID(0) {}
|
||||
|
||||
Reference in New Issue
Block a user