summaryrefslogtreecommitdiffstats
path: root/src/pencil-context.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pencil-context.h')
-rw-r--r--src/pencil-context.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pencil-context.h b/src/pencil-context.h
index afe375fd8..4174e38ae 100644
--- a/src/pencil-context.h
+++ b/src/pencil-context.h
@@ -42,6 +42,8 @@ public:
Geom::Piecewise<Geom::D2<Geom::SBasis> > sketch_interpolation; // the current proposal from the sketched paths
unsigned sketch_n; // number of sketches done
+
+ static const std::string prefsPath;
};
/// The SPPencilContext vtable (empty).