1
0
forked from ports/contrib
contrib/inkscape/inkscape-0.48.4-fix-member-decl.patch

12 lines
336 B
Diff
Raw Normal View History

2014-06-16 12:41:19 +10:00
--- inkscape-0.48.4/src/widgets/desktop-widget.h
+++ inkscape-0.48.4/src/widgets/desktop-widget.h
2013-07-16 00:52:14 +10:00
@@ -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);