Fix python bindings.
This commit is contained in:
parent
297bfeb454
commit
0615609e67
1 changed files with 2 additions and 1 deletions
|
@ -399,7 +399,8 @@ void export_text_placement()
|
||||||
;
|
;
|
||||||
|
|
||||||
|
|
||||||
class_with_converter<char_properties>
|
class_with_converter<char_properties,
|
||||||
|
boost::shared_ptr<char_properties> >
|
||||||
("CharProperties")
|
("CharProperties")
|
||||||
.def_readwrite_convert("text_transform", &char_properties::text_transform)
|
.def_readwrite_convert("text_transform", &char_properties::text_transform)
|
||||||
.def(init<char_properties const&>()) //Copy constructor
|
.def(init<char_properties const&>()) //Copy constructor
|
||||||
|
|
Loading…
Add table
Reference in a new issue