Fix a warning: declare TreeScopedHashTableScopeImpl as a struct consistently

Swift SVN r5892
This commit is contained in:
Dmitri Hrybenko
2013-06-29 01:00:06 +00:00
parent 8b7b85f769
commit 8cc8ca9f60

View File

@@ -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) {}