summaryrefslogtreecommitdiff
path: root/src/drivers/SVG/Fl_SVG_File_Surface.cxx
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2023-10-23 16:40:48 +0200
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2023-10-23 16:40:48 +0200
commite0aae4401a23bd34dbdf5eeed43a41ec5e51a217 (patch)
tree5bba028a56d53cce3d38974699feadeb9e4daa38 /src/drivers/SVG/Fl_SVG_File_Surface.cxx
parent3307a1281f9487eef0c3f9e628c3160765688575 (diff)
Use #ifdef FLTK_USE_SVG instead of #if FLTK_USE_SVG
Diffstat (limited to 'src/drivers/SVG/Fl_SVG_File_Surface.cxx')
-rw-r--r--src/drivers/SVG/Fl_SVG_File_Surface.cxx2
1 files changed, 1 insertions, 1 deletions
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 <config.h>
#include <FL/Fl_SVG_File_Surface.H>
-#if FLTK_USE_SVG
+#ifdef FLTK_USE_SVG
#include <FL/fl_draw.H>
#include <stdio.h>
#include <FL/math.h>