diff options
Diffstat (limited to 'src/dxflinextrude.cc')
-rw-r--r-- | src/dxflinextrude.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dxflinextrude.cc b/src/dxflinextrude.cc index ff270da..39a3971 100644 --- a/src/dxflinextrude.cc +++ b/src/dxflinextrude.cc @@ -210,7 +210,7 @@ static void add_slice(PolySet *ps, DxfData::Path *pt, double rot1, double rot2, } } -PolySet *DxfLinearExtrudeNode::render_polyset(render_mode_e rm) const +PolySet *DxfLinearExtrudeNode::render_polyset(render_mode_e) const { QString key = mk_cache_id(); if (PolySet::ps_cache.contains(key)) { |