summaryrefslogtreecommitdiffstats
path: root/src/ui
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2013-10-21 22:48:31 +0000
committerJabiertxof <jtx@jtx.marker.es>2013-10-21 22:48:31 +0000
commit24ee2f028c2d6977bb27cce086b5bec05f97b6e7 (patch)
tree8030ac174d03e55bb1d693a710aa8ed50ad268f5 /src/ui
parentUpdate to trunk (diff)
parentremove confusing bitfield declaration. bitfield not even needed here. (diff)
downloadinkscape-24ee2f028c2d6977bb27cce086b5bec05f97b6e7.tar.gz
inkscape-24ee2f028c2d6977bb27cce086b5bec05f97b6e7.zip
Update to trunk
(bzr r11950.1.188)
Diffstat (limited to 'src/ui')
-rw-r--r--src/ui/dialog/pixelartdialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/dialog/pixelartdialog.cpp b/src/ui/dialog/pixelartdialog.cpp
index ff527434e..cc7bbb277 100644
--- a/src/ui/dialog/pixelartdialog.cpp
+++ b/src/ui/dialog/pixelartdialog.cpp
@@ -421,7 +421,7 @@ void PixelArtDialogImpl::processLibdepixelize(SPImage *img)
sp_repr_css_attr_unref(css);
}
- gchar *str = sp_svg_write_path(move(it->pathVector));
+ gchar *str = sp_svg_write_path(Dialog::move(it->pathVector));
repr->setAttribute("d", str);
g_free(str);