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/libnrtype | |
| 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/libnrtype')
| -rw-r--r-- | src/libnrtype/font-lister.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/libnrtype/font-lister.cpp b/src/libnrtype/font-lister.cpp index 75d9d29fa..a0db12c2b 100644 --- a/src/libnrtype/font-lister.cpp +++ b/src/libnrtype/font-lister.cpp @@ -2,13 +2,14 @@ # include <config.h> #endif +#include <gtkmm/treemodel.h> +#include <gtkmm/liststore.h> + #include <libnrtype/font-instance.h> #include <libnrtype/TextWrapper.h> #include <libnrtype/one-glyph.h> #include <glibmm.h> -#include <gtkmm/treemodel.h> -#include <gtkmm/liststore.h> #include "font-lister.h" #include "FontFactory.h" |
