]> granicus.if.org Git - clang/commitdiff
Another class -> struct in declaration to match definition.
authorCedric Venet <cedric.venet@laposte.net>
Thu, 26 Jun 2008 12:50:52 +0000 (12:50 +0000)
committerCedric Venet <cedric.venet@laposte.net>
Thu, 26 Jun 2008 12:50:52 +0000 (12:50 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@52782 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Basic/SourceManager.h

index e5ebbf9dffe00fd780dd7a74b69e77cf17597414..425c3b08b2cfe388d1307e6e272dcb9bde665e25 100644 (file)
@@ -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