diff options
| author | Maximilian Albert <maximilian.albert@gmail.com> | 2008-08-18 00:34:25 +0000 |
|---|---|---|
| committer | cilix42 <cilix42@users.sourceforge.net> | 2008-08-18 00:34:25 +0000 |
| commit | 1797f521c22956948021b9a2c51ff848b405bd40 (patch) | |
| tree | 1d6e2868cbfab4fb178a2f9c6076c03597c64a17 /src/pen-context.cpp | |
| parent | Rename acceptsNumParams() -> acceptsNumClicks() because it makes more sense (diff) | |
| download | inkscape-1797f521c22956948021b9a2c51ff848b405bd40.tar.gz inkscape-1797f521c22956948021b9a2c51ff848b405bd40.zip | |
Groundwork for new LPETool tool (which consists of subtools that are constructed from LPEs)
(bzr r6645)
Diffstat (limited to 'src/pen-context.cpp')
| -rw-r--r-- | src/pen-context.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pen-context.cpp b/src/pen-context.cpp index 8e1f6947b..22f83a219 100644 --- a/src/pen-context.cpp +++ b/src/pen-context.cpp @@ -41,6 +41,7 @@ #include "helper/units.h" #include "macros.h" #include "context-fns.h" +#include "tools-switch.h" static void sp_pen_context_class_init(SPPenContextClass *klass); static void sp_pen_context_init(SPPenContext *pc); |
