forked from OSchip/llvm-project
Mark another method const. Sorry for missing this one the first time.
llvm-svn: 247354
This commit is contained in:
parent
32a51416e5
commit
0a5661fa58
|
@ -41,7 +41,7 @@ public:
|
||||||
|
|
||||||
/// \brief Retrieve the string table data. Can only be used after the table
|
/// \brief Retrieve the string table data. Can only be used after the table
|
||||||
/// is finalized.
|
/// is finalized.
|
||||||
StringRef data() {
|
StringRef data() const {
|
||||||
assert(isFinalized());
|
assert(isFinalized());
|
||||||
return StringTable;
|
return StringTable;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue