Skip to content

Commit

Permalink
Const-ify khmer::CountingHash::get_raw_tables meth
Browse files Browse the repository at this point in the history
This is an UPSTREAM patch
  • Loading branch information
kdm9 committed Jan 12, 2016
1 parent be41177 commit ab0ef28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ext/oxli/counting.hh
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ public:

// Writing to the tables outside of defined methods has undefined behavior!
// As such, this should only be used to return read-only interfaces
Byte ** get_raw_tables()
Byte ** get_raw_tables() const
{
return _counts;
}
Expand Down

0 comments on commit ab0ef28

Please sign in to comment.