From 7ad9dc6c641abfd506bb4ec5b683c3196f05be89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gottfried=20Gan=C3=9Fauge?= Date: Thu, 21 Sep 2006 16:47:31 +0000 Subject: [PATCH] Changed references to opaque_pointer_converter.html to point to opaque.html instead [SVN r35255] --- doc/v2/return_opaque_pointer.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/v2/return_opaque_pointer.html b/doc/v2/return_opaque_pointer.html index bdad3eab..52d8396e 100644 --- a/doc/v2/return_opaque_pointer.html +++ b/doc/v2/return_opaque_pointer.html @@ -70,7 +70,7 @@ undefined types such that the return value is copied into a new Python object.

In addition to specifying the return_opaque_pointer - policy the + policy the BOOST_PYTHON_OPAQUE_SPECIALIZED_TYPE_ID macro must be used to define specializations for the type_id function @@ -177,8 +177,8 @@ if __name__ == '__main__':

See Also

- - opaque_pointer_converter + + opaque

Revised