Skip to content

Commit

Permalink
fix DocumentHandler.cpp for clang9 and TString
Browse files Browse the repository at this point in the history
  • Loading branch information
gaede committed Nov 7, 2017
1 parent fa2aa4b commit 66af447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DDCore/src/XML/DocumentHandler.cpp
Expand Up @@ -36,7 +36,7 @@ namespace {
if ( !fn.empty() ) {
TString tfn(fn);
gSystem->ExpandPathName(tfn);
return string(tfn);
return string(tfn.Data());
}
return fn;
}
Expand Down

0 comments on commit 66af447

Please sign in to comment.