|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r59766 - sandbox/geometry/libs/geometry/example
From: barend.gehrels_at_[hidden]
Date: 2010-02-20 06:06:11
Author: barendgehrels
Date: 2010-02-20 06:06:11 EST (Sat, 20 Feb 2010)
New Revision: 59766
URL: http://svn.boost.org/trac/boost/changeset/59766
Log:
Fixed typename
Text files modified:
sandbox/geometry/libs/geometry/example/06_b_transformation_example.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: sandbox/geometry/libs/geometry/example/06_b_transformation_example.cpp
==============================================================================
--- sandbox/geometry/libs/geometry/example/06_b_transformation_example.cpp (original)
+++ sandbox/geometry/libs/geometry/example/06_b_transformation_example.cpp 2010-02-20 06:06:11 EST (Sat, 20 Feb 2010)
@@ -89,7 +89,7 @@
if (!label.empty())
{
- point_type<G>::type c;
+ typename point_type<G>::type c;
centroid(g, c);
os << style.text(static_cast<int>(get<0>(c)), static_cast<int>(get<1>(c)), label);
}
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk