[GRASS-SVN] r52579 - grass/trunk/include/defs
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Aug 7 07:33:39 PDT 2012
Author: huhabla
Date: 2012-08-07 07:33:38 -0700 (Tue, 07 Aug 2012)
New Revision: 52579
Modified:
grass/trunk/include/defs/vector.h
Log:
Fixed append boxlist naming issue, thanks to Pietro
Modified: grass/trunk/include/defs/vector.h
===================================================================
--- grass/trunk/include/defs/vector.h 2012-08-07 14:24:40 UTC (rev 52578)
+++ grass/trunk/include/defs/vector.h 2012-08-07 14:33:38 UTC (rev 52579)
@@ -120,7 +120,7 @@
/* List of bounding boxes with ids */
struct boxlist *Vect_new_boxlist(int);
int Vect_boxlist_append(struct boxlist *, int, struct bound_box);
-int Vect_boxlist_append_list(struct boxlist *, const struct boxlist *);
+int Vect_boxlist_append_boxlist(struct boxlist *, const struct boxlist *);
int Vect_boxlist_delete(struct boxlist *, int);
int Vect_boxlist_delete_boxlist(struct boxlist *, const struct boxlist *);
int Vect_val_in_boxlist(const struct boxlist *, int);
More information about the grass-commit
mailing list