diff options
Diffstat (limited to 'src/dyna-draw-context.h')
| -rw-r--r-- | src/dyna-draw-context.h | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/src/dyna-draw-context.h b/src/dyna-draw-context.h index 36a429a8d..5793b1142 100644 --- a/src/dyna-draw-context.h +++ b/src/dyna-draw-context.h @@ -29,10 +29,14 @@ #define DDC_MAX_TILT 1.0 #define DDC_DEFAULT_TILT 0.0 -class SPDynaDrawContext : public SPCommonContext { +namespace Inkscape { +namespace UI { +namespace Tools { + +class CalligraphicTool : public SPCommonContext { public: - SPDynaDrawContext(); - virtual ~SPDynaDrawContext(); + CalligraphicTool(); + virtual ~CalligraphicTool(); static const std::string prefsPath; @@ -72,6 +76,10 @@ private: void reset(Geom::Point p); }; +} +} +} + #endif // SP_DYNA_DRAW_CONTEXT_H_SEEN /* |
