diff options
| author | Alex Valavanis <valavanisalex@gmail.com> | 2012-03-12 00:31:09 +0000 |
|---|---|---|
| committer | Alex Valavanis <valavanisalex@gmail.com> | 2012-03-12 00:31:09 +0000 |
| commit | 944045b4457bc5cbc3234d7243c7cd01e10a6038 (patch) | |
| tree | 42513d311d6c4159cb55431d6a4b160cf5a78b34 /src/widgets/toolbox.cpp | |
| parent | add missing files to cmake. (diff) | |
| download | inkscape-944045b4457bc5cbc3234d7243c7cd01e10a6038.tar.gz inkscape-944045b4457bc5cbc3234d7243c7cd01e10a6038.zip | |
Fix false gtk deprecation warnings from gtkmm headers
(bzr r11070)
Diffstat (limited to 'src/widgets/toolbox.cpp')
| -rw-r--r-- | src/widgets/toolbox.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/toolbox.cpp b/src/widgets/toolbox.cpp index b9d2eace3..e0454683f 100644 --- a/src/widgets/toolbox.cpp +++ b/src/widgets/toolbox.cpp @@ -31,6 +31,7 @@ #include <cstring> #include <string> +#include "live_effects/lpe-line_segment.h" #include <gtkmm/action.h> #include <gtkmm/actiongroup.h> #include <gtkmm/toolitem.h> @@ -67,7 +68,6 @@ #include "../libnrtype/font-instance.h" #include "../live_effects/effect.h" #include "../live_effects/lpe-angle_bisector.h" -#include "../live_effects/lpe-line_segment.h" #include "../lpe-tool-context.h" #include "../mod360.h" #include "../pen-context.h" |
