diff options
Diffstat (limited to 'src/sp-missing-glyph.cpp')
| -rw-r--r-- | src/sp-missing-glyph.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/sp-missing-glyph.cpp b/src/sp-missing-glyph.cpp index 911c9be92..bdf993e5b 100644 --- a/src/sp-missing-glyph.cpp +++ b/src/sp-missing-glyph.cpp @@ -2,6 +2,8 @@ # include <config.h> #endif +#ifdef ENABLE_SVG_FONTS + /* * SVG <missing-glyph> element implementation * @@ -162,6 +164,7 @@ static Inkscape::XML::Node *sp_missing_glyph_write(SPObject *object, Inkscape::X return repr; } +#endif //#ifdef ENABLE_SVG_FONTS /* Local Variables: mode:c++ |
