diff options
| author | Alex Valavanis <valavanisalex@gmail.com> | 2013-03-25 17:42:31 +0000 |
|---|---|---|
| committer | Alex Valavanis <valavanisalex@googlemail.com> | 2013-03-25 17:42:31 +0000 |
| commit | 0cdd007ebf8dcfbd39c1d36ab53f43617eb692df (patch) | |
| tree | 0ac5146d9316011fa285ff0733c30acddfcab965 /src/filters | |
| parent | Translations. Fix for Bug #837962 (Untranslatable and not localized strings). (diff) | |
| download | inkscape-0cdd007ebf8dcfbd39c1d36ab53f43617eb692df.tar.gz inkscape-0cdd007ebf8dcfbd39c1d36ab53f43617eb692df.zip | |
Workaround usage of deprecated glib symbols in 3rd party libraries
Fixed bugs:
- https://launchpad.net/bugs/1122774
(bzr r12243)
Diffstat (limited to 'src/filters')
| -rw-r--r-- | src/filters/image.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/filters/image.cpp b/src/filters/image.cpp index ec31e59a7..0f15e9d0f 100644 --- a/src/filters/image.cpp +++ b/src/filters/image.cpp @@ -17,6 +17,7 @@ #ifdef HAVE_CONFIG_H # include "config.h" #endif +#include "display/nr-filter-image.h" #include "uri.h" #include "uri-references.h" #include "enums.h" @@ -27,7 +28,6 @@ #include <string.h> #include "display/nr-filter.h" -#include "display/nr-filter-image.h" /* FeImage base class */ static void sp_feImage_build(SPObject *object, SPDocument *document, Inkscape::XML::Node *repr); |
