Code

support for transform elements (Bug 600473)
[inkscape.git] / src / document.h
index e83c37a968a2d4584cd020ed5173d70752aa7207..e70582006f92ac3d2327d69ab4a19284923b0c49 100644 (file)
@@ -179,7 +179,7 @@ public:
     sigc::connection _selection_changed_connection;
     sigc::connection _desktop_activated_connection;
 
-    void fitToRect(Geom::Rect const &rect);
+    void fitToRect(Geom::Rect const &rect, bool with_margins = false);
 };
 
 SPDocument *sp_document_new(const gchar *uri, unsigned int keepalive, bool make_new = false);