13
0

canvas: decl for Rectangle::dump()

This commit is contained in:
Paul Davis 2021-07-27 13:21:54 -06:00
parent dc48f55285
commit 16bbf79cae

View File

@ -92,6 +92,8 @@ public:
void size_request (double& w, double& h) const;
void dump (std::ostream&) const;
private:
/** Our rectangle; note that x0 may not always be less than x1
* and likewise with y0 and y1.