X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fsp-guide.h;h=78c795f837f245d53bf3e7c61b19988e7f79791d;hb=96c274534e3b260291098b7da1875695fe5b30a7;hp=502cf2c5b7b7af2bc3b58f4cb199b585e00e90c0;hpb=7e05677238dae36ea57b290d468cafed09c48335;p=inkscape.git diff --git a/src/sp-guide.h b/src/sp-guide.h index 502cf2c5b..78c795f83 100644 --- a/src/sp-guide.h +++ b/src/sp-guide.h @@ -46,8 +46,8 @@ struct SPGuideClass { GType sp_guide_get_type(); SPGuide *sp_guide_create(SPDesktop *desktop, Geom::Point const &pt1, Geom::Point const &pt2); -void sp_guide_pt_pairs_to_guides(SPDocument *doc, std::list > &pts); -void sp_guide_create_guides_around_page(SPDocument *doc); +void sp_guide_pt_pairs_to_guides(SPDesktop *dt, std::list > &pts); +void sp_guide_create_guides_around_page(SPDesktop *dt); void sp_guide_show(SPGuide *guide, SPCanvasGroup *group, GCallback handler); void sp_guide_hide(SPGuide *guide, SPCanvas *canvas);