diff options
| author | su_v <suv-sf@users.sourceforge.net> | 2013-03-15 17:24:54 +0000 |
|---|---|---|
| committer | ~suv <suv-sf@users.sourceforge.net> | 2013-03-15 17:24:54 +0000 |
| commit | 5068de8914944f7316bdd5fbc3d1fbc61736a99f (patch) | |
| tree | d7ccf7e4babe1b72b98ef42c262b12d9a8ca870b /src/helper | |
| parent | merge from trunk (r12201) (diff) | |
| parent | Fix missing Gtkmm/Glib headers for Gtk+ 3 build (diff) | |
| download | inkscape-5068de8914944f7316bdd5fbc3d1fbc61736a99f.tar.gz inkscape-5068de8914944f7316bdd5fbc3d1fbc61736a99f.zip | |
merge from trunk (r12209)
(bzr r11668.1.58)
Diffstat (limited to 'src/helper')
| -rw-r--r-- | src/helper/pixbuf-ops.h | 2 | ||||
| -rw-r--r-- | src/helper/png-write.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/helper/pixbuf-ops.h b/src/helper/pixbuf-ops.h index af573277c..44851d388 100644 --- a/src/helper/pixbuf-ops.h +++ b/src/helper/pixbuf-ops.h @@ -14,7 +14,7 @@ #include <glib.h> -struct SPDocument; +class SPDocument; bool sp_export_jpg_file (SPDocument *doc, gchar const *filename, double x0, double y0, double x1, double y1, unsigned int width, unsigned int height, double xdpi, double ydpi, unsigned long bgcolor, double quality, GSList *items_only = NULL); diff --git a/src/helper/png-write.h b/src/helper/png-write.h index a8658ef88..8c04b25dc 100644 --- a/src/helper/png-write.h +++ b/src/helper/png-write.h @@ -16,7 +16,7 @@ #include <glib.h> #include <2geom/forward.h> -struct SPDocument; +class SPDocument; enum ExportResult { EXPORT_ERROR = 0, |
