mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-15 09:44:46 +00:00
[aat] Minor don't copy variable
This commit is contained in:
parent
30485ee8c3
commit
c9d6bbcf46
1 changed files with 1 additions and 1 deletions
|
@ -1005,7 +1005,7 @@ struct StateTableDriver
|
|||
const auto is_safe_to_break_extra = [&]()
|
||||
{
|
||||
/* 2c. */
|
||||
const auto wouldbe_entry = machine.get_entry(StateTableT::STATE_START_OF_TEXT, klass);
|
||||
const auto &wouldbe_entry = machine.get_entry(StateTableT::STATE_START_OF_TEXT, klass);
|
||||
|
||||
/* 2c'. */
|
||||
if (c->is_actionable (buffer, this, wouldbe_entry))
|
||||
|
|
Loading…
Add table
Reference in a new issue