diff options
| author | Alex Valavanis <valavanisalex@gmail.com> | 2014-08-24 11:31:46 +0000 |
|---|---|---|
| committer | Alex Valavanis <valavanisalex@gmail.com> | 2014-08-24 11:31:46 +0000 |
| commit | 8920e3ea655df6447e2ed6f8b0b5621442d20cb5 (patch) | |
| tree | 4bacbdb5cef34d8468caaed780ff2659f2d6cda1 /src/libnrtype | |
| parent | Fix Gtk+ 2 build (diff) | |
| download | inkscape-8920e3ea655df6447e2ed6f8b0b5621442d20cb5.tar.gz inkscape-8920e3ea655df6447e2ed6f8b0b5621442d20cb5.zip | |
Fix strict build with Gtk+ 2
(bzr r13341.1.172)
Diffstat (limited to 'src/libnrtype')
| -rw-r--r-- | src/libnrtype/font-lister.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libnrtype/font-lister.cpp b/src/libnrtype/font-lister.cpp index 1b4d9d256..6f25ab5f9 100644 --- a/src/libnrtype/font-lister.cpp +++ b/src/libnrtype/font-lister.cpp @@ -2,8 +2,8 @@ #include <config.h> #endif -#include <gtkmm/treemodel.h> #include <gtkmm/liststore.h> +#include <gtkmm/treemodel.h> #include <libnrtype/font-instance.h> #include <libnrtype/TextWrapper.h> |
