Fix friendship declaration to match actual class declaration.

This is a compilation warning fix. No functional change.

llvm-svn: 203656
This commit is contained in:
Arnaud A. de Grandmaison 2014-03-12 11:49:05 +00:00
parent 3cccc45a9f
commit bd58580cb8
1 changed files with 1 additions and 1 deletions

View File

@ -386,7 +386,7 @@ private:
std::string m_summary;
std::string m_error;
friend class StringSummaryFormat;
friend struct StringSummaryFormat;
DISALLOW_COPY_AND_ASSIGN(ValueObjectPrinter);
};