Code

another c++ification for sp-object.h/cpp and still in progress...
[inkscape.git] / src / filter-chemistry.cpp
index 3d5a795c7cc8140cc1a3bfb7d7cad07d38774d05..f180dc661198402a8e5a0281457b73cde121dee1 100644 (file)
@@ -50,7 +50,7 @@ count_filter_hrefs(SPObject *o, SPFilter *filter)
         i ++;
     }
 
-    for (SPObject *child = sp_object_first_child(o);
+    for (SPObject *child = o->first_child();
          child != NULL; child = SP_OBJECT_NEXT(child)) {
         i += count_filter_hrefs(child, filter);
     }