diff options
Diffstat (limited to 'media-gfx/inkscape/files/inkscape-0.48.4-fix-member-decl.patch')
-rw-r--r-- | media-gfx/inkscape/files/inkscape-0.48.4-fix-member-decl.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/media-gfx/inkscape/files/inkscape-0.48.4-fix-member-decl.patch b/media-gfx/inkscape/files/inkscape-0.48.4-fix-member-decl.patch new file mode 100644 index 000000000000..993dfdaf9193 --- /dev/null +++ b/media-gfx/inkscape/files/inkscape-0.48.4-fix-member-decl.patch @@ -0,0 +1,11 @@ +--- inkscape-0.48.4/src/widgets/desktop-widget.h ++++ inkscape-0.48.4/src/widgets/desktop-widget.h +@@ -239,7 +239,7 @@ + private: + GtkWidget *tool_toolbox; + GtkWidget *aux_toolbox; +- GtkWidget *commands_toolbox,; ++ GtkWidget *commands_toolbox; + GtkWidget *snap_toolbox; + + static void init(SPDesktopWidget *widget); |