do not need to point to reference
This commit is contained in:
parent
437f71cdef
commit
4c1d5ef5b6
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…
Reference in a new issue