mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-15 01:18:13 +00:00
[instancer] fix delta_row_encoding_t constructor
always move chars_
This commit is contained in:
parent
005582e0cb
commit
5ec21d4af4
1 changed files with 1 additions and 1 deletions
|
@ -2317,7 +2317,7 @@ struct delta_row_encoding_t
|
|||
delta_row_encoding_t ()
|
||||
|
||||
{
|
||||
chars = chars_;
|
||||
chars = std::move (chars_);
|
||||
width = get_width ();
|
||||
columns = get_columns ();
|
||||
overhead = get_chars_overhead (columns);
|
||||
|
|
Loading…
Add table
Reference in a new issue