summaryrefslogtreecommitdiffstats
path: root/src/ui/tool
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2013-03-31 23:13:07 +0000
committerJabiertxo Arraiza Zenotz <jtx@jtx.marker.es>2013-03-31 23:13:07 +0000
commit5fb692bc1ee4fcb3ad30e87388a29d8a0f08f740 (patch)
tree0b2d46524a08047e7df78334caea64b530d8244d /src/ui/tool
parentFix scale and rotate some nodes (diff)
parentTranslations. Fix for Bug #1162137 (Untranslatable strings in cdr, vsd and pd... (diff)
downloadinkscape-5fb692bc1ee4fcb3ad30e87388a29d8a0f08f740.tar.gz
inkscape-5fb692bc1ee4fcb3ad30e87388a29d8a0f08f740.zip
update to trunk
(bzr r11950.1.79)
Diffstat (limited to 'src/ui/tool')
-rw-r--r--src/ui/tool/node-tool.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/ui/tool/node-tool.h b/src/ui/tool/node-tool.h
index bc5267bb2..341faf329 100644
--- a/src/ui/tool/node-tool.h
+++ b/src/ui/tool/node-tool.h
@@ -14,12 +14,9 @@
#include <memory>
#include <boost/ptr_container/ptr_map.hpp>
#include <glib.h>
-#include <stddef.h>
-#include <sigc++/sigc++.h>
#include "event-context.h"
-#include "ui/tool/node-types.h"
-#define INK_TYPE_NODE_TOOL (ink_node_tool_get_type ())
+#define INK_TYPE_NODE_TOOL (ink_node_tool_get_type ())
#define INK_NODE_TOOL(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), INK_TYPE_NODE_TOOL, InkNodeTool))
#define INK_NODE_TOOL_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), INK_TYPE_NODE_TOOL, InkNodeToolClass))
#define INK_IS_NODE_TOOL(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), INK_TYPE_NODE_TOOL))
@@ -74,7 +71,7 @@ struct InkNodeTool : public SPEventContext
};
struct InkNodeToolClass {
- SPEventContextClass parent_class;
+ SPEventContextClass parent_class;
};
GType ink_node_tool_get_type (void);