Silenced a VC++ warning.

llvm-svn: 43277
This commit is contained in:
Hartmut Kaiser 2007-10-24 00:06:59 +00:00
parent 36309e56eb
commit d37ea4f6ed
1 changed files with 1 additions and 1 deletions

View File

@ -190,7 +190,7 @@ private:
/// serialization.
IdentifierTable();
friend class llvm::SerializeTrait<IdentifierTable>;
friend struct llvm::SerializeTrait<IdentifierTable>;
};
/// Selector - This smart pointer class efficiently represents Objective-C