]> granicus.if.org Git - clang/commitdiff
Oops. Un-publicify SrcMgr::ContentCache::Buffer.
authorDouglas Gregor <dgregor@apple.com>
Tue, 6 Jan 2009 05:11:04 +0000 (05:11 +0000)
committerDouglas Gregor <dgregor@apple.com>
Tue, 6 Jan 2009 05:11:04 +0000 (05:11 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@61790 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Basic/SourceManager.h

index 5185aa16552a9051029b2c95ee035a415ffba3c6..175c40488c6d31431355fcd66b787d8ba7fe287c 100644 (file)
@@ -49,7 +49,6 @@ namespace SrcMgr {
   /// ContentCache - Once instance of this struct is kept for every file
   ///  loaded or used.  This object owns the MemoryBuffer object.
   class ContentCache {
-  public: 
     /// Buffer - The actual buffer containing the characters from the input
     /// file.  This is owned by the ContentCache object.
     const llvm::MemoryBuffer* Buffer;