diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2023-10-23 16:40:48 +0200 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2023-10-23 16:40:48 +0200 |
| commit | e0aae4401a23bd34dbdf5eeed43a41ec5e51a217 (patch) | |
| tree | 5bba028a56d53cce3d38974699feadeb9e4daa38 /src/drivers/SVG/Fl_SVG_File_Surface.cxx | |
| parent | 3307a1281f9487eef0c3f9e628c3160765688575 (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.cxx | 2 |
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> |
