Copy&paste error.

This commit is contained in:
Hermann Kraus 2012-02-08 00:44:30 +01:00
parent e71fffe9ac
commit 4333a99991

View file

@ -400,5 +400,5 @@ void export_text_placement()
&formating::format_node::get_child,
&formating::format_node::set_child)
;
register_ptr_to_python<boost::shared_ptr<formating::text_node> >();
register_ptr_to_python<boost::shared_ptr<formating::format_node> >();
}