[dsymutil] Make trivial accessor const.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@230819 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Frederic Riss 2015-02-28 00:28:56 +00:00
parent a3f59e44cd
commit a646d2705f

View File

@ -83,7 +83,7 @@ public:
/// debug map.
DebugMapObject &addDebugMapObject(StringRef ObjectFilePath);
const Triple &getTriple() { return BinaryTriple; }
const Triple &getTriple() const { return BinaryTriple; }
void print(raw_ostream &OS) const;