Qualify the name for easier undestanding.

This commit is contained in:
Vassil Vassilev 2014-07-28 16:05:40 +02:00 committed by sftnight
parent da49b370b1
commit 91f9ad6abd

View File

@ -330,7 +330,7 @@ namespace cling {
IsSysRootRelative);
Preprocessor& PP = CI->getPreprocessor();
ApplyHeaderSearchOptions(PP.getHeaderSearchInfo(), headerOpts,
clang::ApplyHeaderSearchOptions(PP.getHeaderSearchInfo(), headerOpts,
PP.getLangOpts(),
PP.getTargetInfo().getTriple());
}