diff options
Diffstat (limited to 'src/dxflinextrudenode.h')
-rw-r--r-- | src/dxflinextrudenode.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dxflinextrudenode.h b/src/dxflinextrudenode.h index 2df52c8..3fa87c1 100644 --- a/src/dxflinextrudenode.h +++ b/src/dxflinextrudenode.h @@ -24,7 +24,9 @@ public: bool center, has_twist; QString filename, layername; virtual PolySet *render_polyset(render_mode_e mode) const; +#ifndef REMOVE_DUMP virtual QString dump(QString indent) const; +#endif }; #endif |