summaryrefslogtreecommitdiffstats
path: root/src/helper/recthull.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/helper/recthull.h')
-rw-r--r--src/helper/recthull.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/helper/recthull.h b/src/helper/recthull.h
index 59649cfb6..a9cad4466 100644
--- a/src/helper/recthull.h
+++ b/src/helper/recthull.h
@@ -46,12 +46,12 @@ public:
}
}
- boost::optional<Rect> const &bounds() const {
+ OptRect const &bounds() const {
return _bounds;
}
private:
- boost::optional<Rect> _bounds;
+ OptRect _bounds;
};
} /* namespace Geom */