allow python bindings to compile after r2102, see also #333

This commit is contained in:
Dane Springmeyer 2010-08-07 17:40:04 +00:00
parent ccf9f841da
commit 586e044b61

View file

@ -89,7 +89,7 @@ void export_projection ()
{
using namespace boost::python;
class_<projection>("Projection", "Represents a map projection.",init<optional<std::string const&> >(
class_<projection>("Projection", "Represents a map projection.",init<std::string const&>(
(arg("proj4_string")),
"Constructs a new projection from its PROJ.4 string representation.\n"
"\n"