[luabind-cvs] luabind/luabind/doc docs.rst,1.25.2.8,1.25.2.9
Brought to you by:
arvidn,
daniel_wallin
From: Arvid N. <ar...@us...> - 2005-10-22 10:42:42
|
Update of /cvsroot/luabind/luabind/luabind/doc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12817/doc Modified Files: Tag: beta7-devel2 docs.rst Log Message: fixed holder-extractor typo Index: docs.rst =================================================================== RCS file: /cvsroot/luabind/luabind/luabind/doc/docs.rst,v retrieving revision 1.25.2.8 retrieving revision 1.25.2.9 diff -u -d -r1.25.2.8 -r1.25.2.9 --- docs.rst 3 Aug 2005 14:41:20 -0000 1.25.2.8 +++ docs.rst 22 Oct 2005 10:42:33 -0000 1.25.2.9 @@ -807,7 +807,7 @@ namespace luabind { template<class T> - T* get_pointer(boost::shared_ptr<T> const& p) + T* get_pointer(boost::shared_ptr<T>& p) { return p.get(); } |