From a1ea1701dd535e9d4e9b02167d4c9a13a30d4452 Mon Sep 17 00:00:00 2001 From: artemp Date: Tue, 26 Feb 2013 11:02:48 -0500 Subject: [PATCH] + use c++ style comments --- include/mapnik/pixel_position.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/mapnik/pixel_position.hpp b/include/mapnik/pixel_position.hpp index d29fc2919..1ac537e45 100644 --- a/include/mapnik/pixel_position.hpp +++ b/include/mapnik/pixel_position.hpp @@ -22,7 +22,7 @@ #ifndef MAPNIK_PIXEL_POSITION_HPP #define MAPNIK_PIXEL_POSITION_HPP -/** Store a pixel position. */ +// Store a pixel position. struct pixel_position { double x;