diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2008-09-11 21:44:48 +0000 |
|---|---|---|
| committer | johanengelen <johanengelen@users.sourceforge.net> | 2008-09-11 21:44:48 +0000 |
| commit | 4c9d5ef55883fd94094371813f80cfef0befcf74 (patch) | |
| tree | 2705753419ba635ce155a5821b55ec481af19125 /src/desktop.h | |
| parent | Make tooltip reflect the correct range for calligraphy angle fixation (diff) | |
| download | inkscape-4c9d5ef55883fd94094371813f80cfef0befcf74.tar.gz inkscape-4c9d5ef55883fd94094371813f80cfef0befcf74.zip | |
convert almost all libnrtype to Geom::
(bzr r6793)
Diffstat (limited to 'src/desktop.h')
| -rw-r--r-- | src/desktop.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/desktop.h b/src/desktop.h index adb6cb98b..8b7ecd98b 100644 --- a/src/desktop.h +++ b/src/desktop.h @@ -250,7 +250,7 @@ struct SPDesktop : public Inkscape::UI::View::View void prev_zoom(); void next_zoom(); - bool scroll_to_point (NR::Point const *s_dt, gdouble autoscrollspeed = 0); + bool scroll_to_point (Geom::Point const &s_dt, gdouble autoscrollspeed = 0); void scroll_world (double dx, double dy, bool is_scrolling = false); void scroll_world (NR::Point const scroll, bool is_scrolling = false) { |
