[geos-commits] r3762 - trunk/include/geos/io
svn_geos at osgeo.org
svn_geos at osgeo.org
Thu Jan 31 22:31:53 PST 2013
Author: strk
Date: 2013-01-31 22:31:53 -0800 (Thu, 31 Jan 2013)
New Revision: 3762
Modified:
trunk/include/geos/io/CLocalizer.h
Log:
Add header guard to CLocalizer (#619)
Modified: trunk/include/geos/io/CLocalizer.h
===================================================================
--- trunk/include/geos/io/CLocalizer.h 2013-02-01 06:31:04 UTC (rev 3761)
+++ trunk/include/geos/io/CLocalizer.h 2013-02-01 06:31:53 UTC (rev 3762)
@@ -16,6 +16,9 @@
*
**********************************************************************/
+#ifndef GEOS_IO_CLOCALIZER_H
+#define GEOS_IO_CLOCALIZER_H
+
#include <geos/export.h>
#include <string>
@@ -50,3 +53,4 @@
} // namespace io
} // namespace geos
+#endif // GEOS_IO_CLOCALIZER_H
More information about the geos-commits
mailing list