summaryrefslogtreecommitdiffstats
path: root/src/sp-namedview.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sp-namedview.h')
-rw-r--r--src/sp-namedview.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/sp-namedview.h b/src/sp-namedview.h
index cfc57d1c4..3ed02bf59 100644
--- a/src/sp-namedview.h
+++ b/src/sp-namedview.h
@@ -21,7 +21,6 @@
#include "helper/helper-forward.h"
#include "sp-object-group.h"
-#include "libnr/nr-point.h"
#include "sp-metric.h"
#include "snap.h"
@@ -88,7 +87,7 @@ struct SPNamedView : public SPObjectGroup {
GSList const *getViewList() const;
SPMetric getDefaultMetric() const;
- void translateGuides(NR::translate const &translation);
+ void translateGuides(Geom::Translate const &translation);
void scrollAllDesktops(double dx, double dy, bool is_scrolling);
};