Opened 11 years ago

Closed 11 years ago

#619 closed defect (fixed)

CLocalizer.h missing 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/io/CLocalizer.h should have

#ifndef GEOS_IO_CLOCALIZER_H
#define GEOS_IO_CLOCALIZER_H

at the head of the file.

Change History (3)

comment:1 by mloskot, 11 years ago

IMHO, it would be better to submit all such changes as a single patch. Opening numerous tickets doubles the work: you do it once locally, then someone will have to do the same in GEOS trunk.

comment:2 by strk, 11 years ago

never mind, I'm done already. But yeah, next time it would be easier to have a single patch (or pull request)

comment:3 by strk, 11 years ago

Resolution: fixed
Status: newclosed

r3762 in trunk and r3763 in 3.3 branch

Note: See TracTickets for help on using tickets.