Revision: 35
Author: roman_yakovenko
Date: 2006-05-01 21:27:55 -0700 (Mon, 01 May 2006)
ViewCVS: http://svn.sourceforge.net/pygccxml/?rev=35&view=rev
Log Message:
-----------
Fixing global_variable.py to use "dummy_type_t" from pygccxml
Modified Paths:
--------------
pyplusplus_dev/pyplusplus/code_creators/global_variable.py
Modified: pyplusplus_dev/pyplusplus/code_creators/global_variable.py
===================================================================
--- pyplusplus_dev/pyplusplus/code_creators/global_variable.py 2006-05-02 04:21:46 UTC (rev 34)
+++ pyplusplus_dev/pyplusplus/code_creators/global_variable.py 2006-05-02 04:27:55 UTC (rev 35)
@@ -90,7 +90,7 @@
, str( declarations.array_size( self.declaration.type ) )
])
- return algorithm.dummy_type_t( decl_string )
+ return declarations.dummy_type_t( decl_string )
wrapper_type = property( _get_wrapper_type )
def _get_wrapper_creator_type(self):
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|