[geos-commits] r3763 - branches/3.3/include/geos/io

svn_geos at osgeo.org svn_geos at osgeo.org
Thu Jan 31 22:34:23 PST 2013


Author: strk
Date: 2013-01-31 22:34:23 -0800 (Thu, 31 Jan 2013)
New Revision: 3763

Modified:
   branches/3.3/include/geos/io/CLocalizer.h
Log:
Add header guard to CLocalizer (#619)

Modified: branches/3.3/include/geos/io/CLocalizer.h
===================================================================
--- branches/3.3/include/geos/io/CLocalizer.h	2013-02-01 06:31:53 UTC (rev 3762)
+++ branches/3.3/include/geos/io/CLocalizer.h	2013-02-01 06:34:23 UTC (rev 3763)
@@ -17,6 +17,9 @@
  *
  **********************************************************************/
 
+#ifndef GEOS_IO_CLOCALIZER_H
+#define GEOS_IO_CLOCALIZER_H
+
 #include <geos/export.h>
 
 #include <string>
@@ -51,3 +54,4 @@
 } // namespace io
 } // namespace geos
 
+#endif // GEOS_IO_CLOCALIZER_H



More information about the geos-commits mailing list