Code

copyedit
[inkscape.git] / src / ui / widget / page-sizer.h
index 9efef5e64a75bf6603c30397b8adcef0b65ab787..f970afe44cf55fa1f4614ceb6475dfbabf030c0e 100644 (file)
@@ -124,7 +124,7 @@ public:
     /**
      * Constructor
      */
-    PageSizer();
+    PageSizer(Registry & _wr);
 
     /**
      * Destructor
@@ -134,7 +134,7 @@ public:
     /**
      * Set up or reset this widget
      */             
-    void init (Registry& reg);
+    void init ();
     
     /**
      * Set the page size to the given dimensions.  If 'changeList' is
@@ -152,7 +152,7 @@ protected:
     /**
      * Find the closest standard paper size in the table, to the
      */
-    int find_paper_size (double w, double h) const;
+    Gtk::ListStore::iterator find_paper_size (double w, double h) const;
  
     void fire_fit_canvas_to_selection_or_drawing();