From e0aae4401a23bd34dbdf5eeed43a41ec5e51a217 Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Mon, 23 Oct 2023 16:40:48 +0200 Subject: Use #ifdef FLTK_USE_SVG instead of #if FLTK_USE_SVG --- src/drivers/SVG/Fl_SVG_File_Surface.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/drivers/SVG/Fl_SVG_File_Surface.cxx') diff --git a/src/drivers/SVG/Fl_SVG_File_Surface.cxx b/src/drivers/SVG/Fl_SVG_File_Surface.cxx index e8ecd75a8..2ee14d216 100644 --- a/src/drivers/SVG/Fl_SVG_File_Surface.cxx +++ b/src/drivers/SVG/Fl_SVG_File_Surface.cxx @@ -18,7 +18,7 @@ #include #include -#if FLTK_USE_SVG +#ifdef FLTK_USE_SVG #include #include #include -- cgit v1.2.3