Another class -> struct in declaration to match definition.

llvm-svn: 52782
This commit is contained in:
Cedric Venet 2008-06-26 12:50:52 +00:00
parent f61fd54237
commit 68cbee847e
1 changed files with 1 additions and 1 deletions

View File

@ -432,7 +432,7 @@ public:
FileManager &FMgr); FileManager &FMgr);
private: private:
friend class SrcMgr::ContentCache; // Used for deserialization. friend struct SrcMgr::ContentCache; // Used for deserialization.
/// createFileID - Create a new fileID for the specified ContentCache and /// createFileID - Create a new fileID for the specified ContentCache and
/// include position. This works regardless of whether the ContentCache /// include position. This works regardless of whether the ContentCache