Remove duplicate class name, MSVC doesn't like this.

llvm-svn: 93225
This commit is contained in:
Daniel Dunbar 2010-01-12 02:34:07 +00:00
parent 53262c96d9
commit abd3686f49
1 changed files with 1 additions and 1 deletions

View File

@ -416,7 +416,7 @@ static SourceLocation getLocationFromCursor(CXCursor C,
}
}
CXString CIndexer::CIndexer::createCXString(const char *String, bool DupString){
CXString CIndexer::createCXString(const char *String, bool DupString){
CXString Str;
if (DupString) {
Str.Spelling = strdup(String);