summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ef4a6bf)
raw | patch | inline | side by side (parent: ef4a6bf)
author | Jon A. Cruz <jon@joncruz.org> | |
Sun, 12 Dec 2010 19:55:36 +0000 (11:55 -0800) | ||
committer | Jon A. Cruz <jon@joncruz.org> | |
Sun, 12 Dec 2010 19:55:36 +0000 (11:55 -0800) |
src/xml/repr-util.cpp | patch | blob | history |
diff --git a/src/xml/repr-util.cpp b/src/xml/repr-util.cpp
index 07a25ca6daeab0fa1fcb996e7d2025279c1d612c..9405cde0186a63e57ced039c34786087b6f09536 100644 (file)
--- a/src/xml/repr-util.cpp
+++ b/src/xml/repr-util.cpp
@@ -456,7 +456,7 @@ Inkscape::XML::Node const *sp_repr_lookup_name( Inkscape::XML::Node const *repr,
Inkscape::XML::Node *sp_repr_lookup_name( Inkscape::XML::Node *repr, gchar const *name, gint maxdepth )
{
- Inkscape::XML::Node const *found = sp_repr_lookup_name( const_cast<Inkscape::XML::Node *>(repr), name, maxdepth );
+ Inkscape::XML::Node const *found = sp_repr_lookup_name( const_cast<Inkscape::XML::Node const *>(repr), name, maxdepth );
return const_cast<Inkscape::XML::Node *>(found);
}