Revision: 191
Author: roman_yakovenko
Date: 2006-05-31 00:41:23 -0700 (Wed, 31 May 2006)
ViewCVS: http://svn.sourceforge.net/pygccxml/?rev=191&view=rev
Log Message:
-----------
verifying proposed fix
Modified Paths:
--------------
pyplusplus_dev/unittests/data/vector3_to_be_exported.hpp
Modified: pyplusplus_dev/unittests/data/vector3_to_be_exported.hpp
===================================================================
--- pyplusplus_dev/unittests/data/vector3_to_be_exported.hpp 2006-05-31 04:25:10 UTC (rev 190)
+++ pyplusplus_dev/unittests/data/vector3_to_be_exported.hpp 2006-05-31 07:41:23 UTC (rev 191)
@@ -294,7 +294,9 @@
return x * x + y * y + z * z;
}
- void do_smth( const Vector3& x = ZERO ){}
+ Vector3 do_smth( const Vector3& x = ZERO ){
+ return x;
+ }
// special points
static const Vector3 ZERO;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|