be explicit to avoid compile error if includes change

This commit is contained in:
Dane Springmeyer 2012-02-24 16:14:02 -08:00
parent 3839dd363f
commit adcce7102d

View file

@ -54,7 +54,7 @@ normal functions taking a ref to the class as first parameter.
namespace {
using namespace boost::python;
tuple get_displacement(text_symbolizer_properties const& t)
boost::python::tuple get_displacement(text_symbolizer_properties const& t)
{
return boost::python::make_tuple(t.displacement.first, t.displacement.second);
}