From: Cedric Venet Date: Thu, 26 Jun 2008 12:50:52 +0000 (+0000) Subject: Another class -> struct in declaration to match definition. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8429fca639bb4fbb6d589f85a2cc84513db4f748;p=clang Another class -> struct in declaration to match definition. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@52782 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Basic/SourceManager.h b/include/clang/Basic/SourceManager.h index e5ebbf9dff..425c3b08b2 100644 --- a/include/clang/Basic/SourceManager.h +++ b/include/clang/Basic/SourceManager.h @@ -432,7 +432,7 @@ public: FileManager &FMgr); 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 /// include position. This works regardless of whether the ContentCache