diff options
Diffstat (limited to 'src/document.h')
| -rw-r--r-- | src/document.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/document.h b/src/document.h index 2c8a8f5ce..b3fa7da4d 100644 --- a/src/document.h +++ b/src/document.h @@ -284,6 +284,7 @@ public: void setWidthAndHeight(const Inkscape::Util::Quantity &width, const Inkscape::Util::Quantity &height, bool changeSize=true); void setWidth(const Inkscape::Util::Quantity &width, bool changeSize=true); void setHeight(const Inkscape::Util::Quantity &height, bool changeSize=true); + void setViewBox(); void setViewBox(const Geom::Rect &viewBox); void requestModified(); int ensureUpToDate(); |
