[doc] Fix legacy types adaptation example.

This commit is contained in:
Adam Wulkiewicz 2017-01-09 18:12:35 +01:00
parent 14d9d32d04
commit 9af86d366b

View File

@ -122,7 +122,7 @@ That's it! The methods of __boost_geometry__ can now be used directly on instanc
{ typedef point_tag type; };
template<> struct coordinate_type<QPoint>
{ typedef QPoint::double type; };
{ typedef double type; };
template<> struct coordinate_system<QPoint>
{ typedef cs::cartesian type; };