Revision: 770
http://python-ogre.svn.sourceforge.net/python-ogre/?rev=770&view=rev
Author: andy_miller
Date: 2008-10-21 07:34:11 +0000 (Tue, 21 Oct 2008)
Log Message:
-----------
try that again -- remove extra space
Modified Paths:
--------------
trunk/python-ogre/patch/pygccxml.patch
Modified: trunk/python-ogre/patch/pygccxml.patch
===================================================================
--- trunk/python-ogre/patch/pygccxml.patch 2008-10-21 07:30:43 UTC (rev 769)
+++ trunk/python-ogre/patch/pygccxml.patch 2008-10-21 07:34:11 UTC (rev 770)
@@ -13,7 +13,7 @@
- raise TypeError( 'Type "%s" is not instantiation of boost::shared_ptr' % type.decl_string )
+ @staticmethod
+ def value_type( type, check=True ):
-+ """returns reference to boost::shared_ptr value type"""
++ """returns reference to boost::shared_ptr value type"""
+ if check:
+ if not smart_pointer_traits.is_smart_pointer( type ):
+ raise TypeError( 'Type "%s" is not instantiation of boost::shared_ptr' % type.decl_string )
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|