[geos-devel] [GEOS] #618: LinearGeometryBuilder.h and LocationIndexOfLine.h both use GEOS_LINEARREF_LINEARGEOMETRYBUILDER_H as a guard

GEOS geos-trac at osgeo.org
Thu Jan 31 13:19:52 PST 2013


#618: LinearGeometryBuilder.h and LocationIndexOfLine.h both use
GEOS_LINEARREF_LINEARGEOMETRYBUILDER_H as a guard
-----------------------+----------------------------------------------------
 Reporter:  mheyman    |       Owner:  geos-devel@…              
     Type:  defect     |      Status:  new                       
 Priority:  minor      |   Milestone:  3.3.x                     
Component:  Default    |     Version:  3.3.7                     
 Severity:  Annoyance  |    Keywords:                            
-----------------------+----------------------------------------------------
 geos/linearref/LinearGeometryBuilder.h and
 geos/linearref/LinearLocationIndexOfLine.h both have:

 {{{
 #ifndef GEOS_LINEARREF_LINEARGEOMETRYBUILDER_H
 #define GEOS_LINEARREF_LINEARGEOMETRYBUILDER_H
 }}}

 geos/linearref/LinearLocationIndexOfLine.h should have:

 {{{
 #ifndef GEOS_LINEARREF_LOCATIONINDEXOFLINE_H
 #define GEOS_LINEARREF_LOCATIONINDEXOFLINE_H
 }}}

-- 
Ticket URL: <http://trac.osgeo.org/geos/ticket/618>
GEOS <http://geos.refractions.net/>
GEOS (Geometry Engine - Open Source) is a C++ port of the Java Topology Suite (JTS).


More information about the geos-devel mailing list