summaryrefslogtreecommitdiffstats
path: root/src/draw-anchor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/draw-anchor.cpp')
-rw-r--r--src/draw-anchor.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/draw-anchor.cpp b/src/draw-anchor.cpp
index b06e94a48..ce016aabb 100644
--- a/src/draw-anchor.cpp
+++ b/src/draw-anchor.cpp
@@ -23,7 +23,7 @@
* Creates an anchor object and initializes it.
*/
SPDrawAnchor *
-sp_draw_anchor_new(SPDrawContext *dc, SPCurve *curve, gboolean start, NR::Point delta)
+sp_draw_anchor_new(SPDrawContext *dc, SPCurve *curve, bool start, NR::Point delta)
{
SPDesktop *dt = SP_EVENT_CONTEXT_DESKTOP(dc);
@@ -67,7 +67,7 @@ sp_draw_anchor_destroy(SPDrawAnchor *anchor)
* pointer to it or NULL.
*/
SPDrawAnchor *
-sp_draw_anchor_test(SPDrawAnchor *anchor, NR::Point w, gboolean activate)
+sp_draw_anchor_test(SPDrawAnchor *anchor, NR::Point w, bool activate)
{
SPDesktop *dt = SP_EVENT_CONTEXT_DESKTOP(anchor->dc);