Skip to content

Commit

Permalink
Fix small regressions found during release testing
Browse files Browse the repository at this point in the history
  • Loading branch information
pramsey committed Nov 14, 2022
1 parent d1e3916 commit 77938b9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
3 changes: 2 additions & 1 deletion doc/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ clean-local:
rm -Rf doxygen_docs

EXTRA_DIST = Doxyfile \
CMakeLists.txt
CMakeLists.txt \
check_doxygen_errors.cmake
2 changes: 0 additions & 2 deletions include/geos/index/SpatialIndex.h
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,7 @@ class GEOS_DLL SpatialIndex {
* intersect the query envelope.
*
* @param searchEnv the envelope to query for
* @return a list of the items found by the query in a newly allocated vector
*/
//virtual std::vector<void*>* query(const geom::Envelope *searchEnv)=0;
virtual void query(const geom::Envelope* searchEnv, std::vector<void*>&) = 0;

/** \brief
Expand Down
1 change: 0 additions & 1 deletion include/geos/precision/CommonBitsRemover.h
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ class GEOS_DLL CommonBitsRemover {
*
* @param geom the Geometry from which to remove the common
* coordinate bits
* @return the shifted Geometry
*/
void removeCommonBits(geom::Geometry* geom);

Expand Down

0 comments on commit 77938b9

Please sign in to comment.