Mark another method const. Sorry for missing this one the first time.

llvm-svn: 247354
This commit is contained in:
Rafael Espindola 2015-09-10 22:46:38 +00:00
parent 32a51416e5
commit 0a5661fa58
1 changed files with 1 additions and 1 deletions

View File

@ -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;
} }