mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-14 17:13:40 +00:00
Make VariationStore::get_delta(outer, inner) private
This commit is contained in:
parent
934675a429
commit
bd2950b393
1 changed files with 2 additions and 0 deletions
|
@ -2726,6 +2726,7 @@ struct VarData
|
|||
|
||||
struct VariationStore
|
||||
{
|
||||
private:
|
||||
float get_delta (unsigned int outer, unsigned int inner,
|
||||
const int *coords, unsigned int coord_count) const
|
||||
{
|
||||
|
@ -2741,6 +2742,7 @@ struct VariationStore
|
|||
this+regions);
|
||||
}
|
||||
|
||||
public:
|
||||
float get_delta (unsigned int index,
|
||||
const int *coords, unsigned int coord_count) const
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue