+ use c++ style comments

This commit is contained in:
artemp 2013-02-26 11:02:48 -05:00
parent ea4b6d0802
commit a1ea1701dd

View file

@ -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;