Changeset 199 in dev for trunk/abdev/BasicCompiler_Common/VariableOpe.cpp
- Timestamp:
- Jun 27, 2007, 3:16:11 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler_Common/VariableOpe.cpp
r198 r199 977 977 bool isConst = ( dwFlag & DIMFLAG_CONST ) ? true:false; 978 978 979 Variable *pVar = new VariableImpl( namespaceSupporter.GetLivingNamespaceScopes(), name, type, isConst );979 Variable *pVar = new VariableImpl( compiler.GetNamespaceSupporter().GetLivingNamespaceScopes(), name, type, isConst ); 980 980 981 981 if( SubScripts[0] != -1 ){
Note:
See TracChangeset
for help on using the changeset viewer.