diff options
Diffstat (limited to 'src/draw-anchor.h')
| -rw-r--r-- | src/draw-anchor.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/draw-anchor.h b/src/draw-anchor.h index 1036a5472..3662451a6 100644 --- a/src/draw-anchor.h +++ b/src/draw-anchor.h @@ -24,10 +24,10 @@ struct SPDrawAnchor { }; -SPDrawAnchor *sp_draw_anchor_new(SPDrawContext *dc, SPCurve *curve, gboolean start, +SPDrawAnchor *sp_draw_anchor_new(SPDrawContext *dc, SPCurve *curve, bool start, NR::Point delta); SPDrawAnchor *sp_draw_anchor_destroy(SPDrawAnchor *anchor); -SPDrawAnchor *sp_draw_anchor_test(SPDrawAnchor *anchor, NR::Point w, gboolean activate); +SPDrawAnchor *sp_draw_anchor_test(SPDrawAnchor *anchor, NR::Point w, bool activate); #endif /* !SEEN_DRAW_ANCHOR_H */ |
