summaryrefslogtreecommitdiffstats
path: root/src/eraser-context.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/eraser-context.h')
-rw-r--r--src/eraser-context.h14
1 files changed, 11 insertions, 3 deletions
diff --git a/src/eraser-context.h b/src/eraser-context.h
index 7ff1cf712..a3ce4a241 100644
--- a/src/eraser-context.h
+++ b/src/eraser-context.h
@@ -29,10 +29,14 @@
#define ERC_MAX_TILT 1.0
#define ERC_DEFAULT_TILT 0.0
-class SPEraserContext : public SPCommonContext {
+namespace Inkscape {
+namespace UI {
+namespace Tools {
+
+class EraserTool : public SPCommonContext {
public:
- SPEraserContext();
- virtual ~SPEraserContext();
+ EraserTool();
+ virtual ~EraserTool();
static const std::string prefsPath;
@@ -54,6 +58,10 @@ private:
void draw_temporary_box();
};
+}
+}
+}
+
#endif // SP_ERASER_CONTEXT_H_SEEN
/*