do not need to point to reference
This commit is contained in:
parent
744eca6555
commit
dcae156e92
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue