summaryrefslogtreecommitdiff
path: root/test/mandelbrot.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'test/mandelbrot.cxx')
-rw-r--r--test/mandelbrot.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mandelbrot.cxx b/test/mandelbrot.cxx
index f9f2da6fb..50f048f54 100644
--- a/test/mandelbrot.cxx
+++ b/test/mandelbrot.cxx
@@ -45,7 +45,7 @@ static void print(Fl_Widget *o, void *data)
uchar *image_data = fl_read_image(NULL, 0, 0, win->w(), win->h(), 0);
if( printer.start_job(1) ) return;
if( printer.start_page() ) return;
- printer.scale(.7,.7);
+ printer.scale(.7f,.7f);
fl_draw_image(image_data, 0,0, win->w(), win->h());
printer.end_page();
delete image_data;