summaryrefslogtreecommitdiffstats
path: root/src/lpe-tool-context.h
diff options
context:
space:
mode:
authorMarkus Engel <markus.engel@tum.de>2013-04-09 20:12:07 +0000
committerMarkus Engel <markus.engel@tum.de>2013-04-09 20:12:07 +0000
commit1d8f1753cd8cab38d19fcc26a4ad70ba2e794ac8 (patch)
treeb010ac32dcfd9923c2ec38dff3b70955242dfa70 /src/lpe-tool-context.h
parentStarted conversion of SPEventContext tree; added virtual pads to all classes. (diff)
downloadinkscape-1d8f1753cd8cab38d19fcc26a4ad70ba2e794ac8.tar.gz
inkscape-1d8f1753cd8cab38d19fcc26a4ad70ba2e794ac8.zip
Added constructors to EventContext tree / some missing virtual pads.
(bzr r11608.1.90)
Diffstat (limited to 'src/lpe-tool-context.h')
-rw-r--r--src/lpe-tool-context.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lpe-tool-context.h b/src/lpe-tool-context.h
index 0035fd424..d108fb821 100644
--- a/src/lpe-tool-context.h
+++ b/src/lpe-tool-context.h
@@ -49,6 +49,7 @@ class CLPEToolContext;
class SPLPEToolContext : public SPPenContext {
public:
+ SPLPEToolContext();
CLPEToolContext* clpetoolcontext;
ShapeEditor* shape_editor;