Opened 11 years ago

Closed 11 years ago

#618 closed defect (fixed)

LinearGeometryBuilder.h and LocationIndexOfLine.h both use GEOS_LINEARREF_LINEARGEOMETRYBUILDER_H as a guard

Reported by: mheyman Owned by: geos-devel@…
Priority: minor Milestone: 3.3.9
Component: Default Version: 3.3.7
Severity: Annoyance Keywords:
Cc:

Description

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

Change History (1)

comment:1 by strk, 11 years ago

Resolution: fixed
Status: newclosed

r3760 in trunk and r3761 in 3.3 branch

Note: See TracTickets for help on using tickets.