diff options
| author | Denis Declara <declara91@gmail.com> | 2012-04-16 13:27:44 +0000 |
|---|---|---|
| committer | Denis Declara <declara91@gmail.com> | 2012-04-16 13:27:44 +0000 |
| commit | 88a55277617ed0a8ded158fb212669e45f19ff1c (patch) | |
| tree | 3a7d93da5190dc18675e33ad0bcd7b16fd5f187d /src/ui/widget/anchor-selector.cpp | |
| parent | Added some POC code to move objects around (diff) | |
| download | inkscape-88a55277617ed0a8ded158fb212669e45f19ff1c.tar.gz inkscape-88a55277617ed0a8ded158fb212669e45f19ff1c.zip | |
Edited include order (putting gtkmm in first place) in the hope that it will fix the compilation issues on launchpad.
(bzr r11073.1.17)
Diffstat (limited to 'src/ui/widget/anchor-selector.cpp')
| -rw-r--r-- | src/ui/widget/anchor-selector.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/widget/anchor-selector.cpp b/src/ui/widget/anchor-selector.cpp index 49387fc34..87f50cf5f 100644 --- a/src/ui/widget/anchor-selector.cpp +++ b/src/ui/widget/anchor-selector.cpp @@ -7,10 +7,10 @@ * Released under GNU GPL. Read the file 'COPYING' for more information. */ +#include "ui/widget/anchor-selector.h" #include <iostream> #include "widgets/icon.h" #include "ui/icon-names.h" -#include "ui/widget/anchor-selector.h" void AnchorSelector::setupButton(const Glib::ustring& icon, Gtk::ToggleButton& button) { Gtk::Widget* buttonIcon = Gtk::manage(sp_icon_get_icon(icon, Inkscape::ICON_SIZE_SMALL_TOOLBAR)); |
