diff options
| author | Tavmjong Bah <tavmjong@free.fr> | 2014-10-15 18:03:43 +0000 |
|---|---|---|
| committer | tavmjong-free <tavmjong@free.fr> | 2014-10-15 18:03:43 +0000 |
| commit | a7384aa7c43a5fe4b56e5d5d610ece0cafcaa748 (patch) | |
| tree | d097fcfd122494a8b213eaed385c6f5cf460ccd4 /src/libnrtype | |
| parent | LiamW's initial font caching work. (diff) | |
| download | inkscape-a7384aa7c43a5fe4b56e5d5d610ece0cafcaa748.tar.gz inkscape-a7384aa7c43a5fe4b56e5d5d610ece0cafcaa748.zip | |
Fix strict build with Gtk+ 2
(experimental commit r13513)
(bzr r13616.1.2)
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 9a978b0fd..39c557cc6 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> |
