do not need to point to reference

This commit is contained in:
Dane Springmeyer 2011-12-02 17:02:20 -08:00
parent 437f71cdef
commit 4c1d5ef5b6

View file

@ -48,6 +48,6 @@ void export_palette ()
( arg("palette"), arg("type")),
"Creates a new color palette from a file\n"
)*/
.def( "__init__", boost::python::make_constructor( &make_palette))
.def( "__init__", boost::python::make_constructor(make_palette))
;
}