remove reference initialization in header
This commit is contained in:
parent
77209abbcd
commit
999aef0440
3 changed files with 10 additions and 7 deletions
|
@ -117,7 +117,7 @@ public:
|
|||
static Polygons text2polygons(const Font & font,
|
||||
const char * text,
|
||||
const FontProp &font_prop,
|
||||
Glyphs & cache = Glyphs());
|
||||
Glyphs * cache = nullptr);
|
||||
|
||||
/// <summary>
|
||||
/// Project 2d point into space
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue