summaryrefslogtreecommitdiffstats
path: root/src/desktop-events.cpp
diff options
context:
space:
mode:
authorAlex Valavanis <valavanisalex@gmail.com>2013-03-25 17:42:31 +0000
committerAlex Valavanis <valavanisalex@googlemail.com>2013-03-25 17:42:31 +0000
commit0cdd007ebf8dcfbd39c1d36ab53f43617eb692df (patch)
tree0ac5146d9316011fa285ff0733c30acddfcab965 /src/desktop-events.cpp
parentTranslations. Fix for Bug #837962 (Untranslatable and not localized strings). (diff)
downloadinkscape-0cdd007ebf8dcfbd39c1d36ab53f43617eb692df.tar.gz
inkscape-0cdd007ebf8dcfbd39c1d36ab53f43617eb692df.zip
Workaround usage of deprecated glib symbols in 3rd party libraries
Fixed bugs: - https://launchpad.net/bugs/1122774 (bzr r12243)
Diffstat (limited to 'src/desktop-events.cpp')
-rw-r--r--src/desktop-events.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/desktop-events.cpp b/src/desktop-events.cpp
index 9942e3a13..217187553 100644
--- a/src/desktop-events.cpp
+++ b/src/desktop-events.cpp
@@ -17,11 +17,11 @@
#endif
#include <map>
#include <string>
+#include "ui/dialog/guides.h"
#include <2geom/line.h>
#include <2geom/angle.h>
#include <glibmm/i18n.h>
-#include "ui/dialog/guides.h"
#include "desktop.h"
#include "desktop-events.h"
#include "desktop-handles.h"