mirror of https://github.com/CGAL/cgal
keep correct variant
This commit is contained in:
parent
ac9a701342
commit
2bc86f90ca
|
|
@ -111,7 +111,7 @@ void CurveInputMethod::beginInput_()
|
||||||
|
|
||||||
static inline void clearPainterPath(QPainterPath& ppath)
|
static inline void clearPainterPath(QPainterPath& ppath)
|
||||||
{
|
{
|
||||||
ppath = {};
|
ppath.clear();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue