diff options
| author | bulia byak <buliabyak@gmail.com> | 2007-02-13 18:13:26 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2007-02-13 18:13:26 +0000 |
| commit | ebf545db8daba21cab462d566f8dacf4ebe5006c (patch) | |
| tree | 9e986a4148763aa7a8519e0f3bc6e8b31bff069e /src/shape-editor.h | |
| parent | isolate the nodepath-or-knotholder unit into the new ShapeEditor class which ... (diff) | |
| download | inkscape-ebf545db8daba21cab462d566f8dacf4ebe5006c.tar.gz inkscape-ebf545db8daba21cab462d566f8dacf4ebe5006c.zip | |
removing forward declaration of a enum - is it valid at all? at least it worked for me
(bzr r2375)
Diffstat (limited to 'src/shape-editor.h')
| -rw-r--r-- | src/shape-editor.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/shape-editor.h b/src/shape-editor.h index bd93668f7..37117331b 100644 --- a/src/shape-editor.h +++ b/src/shape-editor.h @@ -17,7 +17,6 @@ namespace Inkscape { namespace NodePath { class Path; -typedef enum NodeType; } } @@ -80,7 +79,7 @@ public: void delete_nodes(); void delete_nodes_preserving_shape(); - void set_node_type(Inkscape::NodePath::NodeType type); + void set_node_type(int type); void break_at_nodes(); void join_nodes(); |
