Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/io/gpencil/intern/gpencil_io_export_pdf.hh')
-rw-r--r--source/blender/io/gpencil/intern/gpencil_io_export_pdf.hh9
1 files changed, 3 insertions, 6 deletions
diff --git a/source/blender/io/gpencil/intern/gpencil_io_export_pdf.hh b/source/blender/io/gpencil/intern/gpencil_io_export_pdf.hh
index 18de321914c..5de22530fec 100644
--- a/source/blender/io/gpencil/intern/gpencil_io_export_pdf.hh
+++ b/source/blender/io/gpencil/intern/gpencil_io_export_pdf.hh
@@ -61,16 +61,13 @@ class GpencilExporterPDF : public GpencilExporter {
* Export a stroke using poly-line or polygon
* \param do_fill: True if the stroke is only fill
*/
- void export_stroke_to_polyline(bGPDlayer *gpl,
- bGPDstroke *gps,
- const bool is_stroke,
- const bool do_fill,
- const bool normalize);
+ void export_stroke_to_polyline(
+ bGPDlayer *gpl, bGPDstroke *gps, bool is_stroke, bool do_fill, bool normalize);
/**
* Set color.
* \param do_fill: True if the stroke is only fill.
*/
- void color_set(bGPDlayer *gpl, const bool do_fill);
+ void color_set(bGPDlayer *gpl, bool do_fill);
};
} // namespace blender::io::gpencil