be explicit to avoid compile error if includes change
This commit is contained in:
parent
3839dd363f
commit
adcce7102d
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue