Przeglądaj źródła

vlib: fix compilation issues

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@51086 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 13 lat temu
rodzic
commit
84b9c345d5
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      include/defs/vector.h

+ 2 - 2
include/defs/vector.h

@@ -459,12 +459,12 @@ int Vect_open_topo(struct Map_info *, int);
 int Vect_save_topo(struct Map_info *);
 int Vect_open_sidx(struct Map_info *, int);
 int Vect_save_sidx(struct Map_info *);
-int Vect_sidx_dump(struct Map_info *, FILE *);
+int Vect_sidx_dump(const struct Map_info *, FILE *);
 int Vect_build_sidx_from_topo(struct Map_info *);
 int Vect_build_sidx(struct Map_info *);
 int Vect_open_fidx(struct Map_info *, struct Format_info_offset *);
 int Vect_save_fidx(struct Map_info *, struct Format_info_offset *);
-int Vect_fidx_dump(struct Map_info *, FILE *);
+int Vect_fidx_dump(const struct Map_info *, FILE *);
 
 int Vect__write_head(const struct Map_info *);
 int Vect__read_head(struct Map_info *);