diff options
| author | Alex Valavanis <valavanisalex@gmail.com> | 2012-02-15 15:03:26 +0000 |
|---|---|---|
| committer | Alex Valavanis <valavanisalex@gmail.com> | 2012-02-15 15:03:26 +0000 |
| commit | 2dd25a1a9e3721be518e9198201e328c56c64c2d (patch) | |
| tree | 566c44c47c43f5aefe5f24770ecfd51b4e89e866 /src/ui | |
| parent | Move gtkmm headers that internally re-enable deprecated gtk symbols to top. ... (diff) | |
| download | inkscape-2dd25a1a9e3721be518e9198201e328c56c64c2d.tar.gz inkscape-2dd25a1a9e3721be518e9198201e328c56c64c2d.zip | |
Fix remaining glib deprecation and define compiler macros
(bzr r10983)
Diffstat (limited to 'src/ui')
| -rw-r--r-- | src/ui/widget/spin-slider.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/widget/spin-slider.cpp b/src/ui/widget/spin-slider.cpp index 688739db3..3e85f845e 100644 --- a/src/ui/widget/spin-slider.cpp +++ b/src/ui/widget/spin-slider.cpp @@ -8,8 +8,8 @@ * Released under GNU GPL. Read the file 'COPYING' for more information. */ -#include "glib/gstrfuncs.h" -#include "glibmm/i18n.h" +#include <glib.h> +#include <glibmm/i18n.h> #include "spin-slider.h" |
