Changeset 188 in dev for trunk/abdev/BasicCompiler_Common/Const.cpp
- Timestamp:
- Jun 25, 2007, 5:41:01 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler_Common/Const.cpp
r182 r188 26 26 27 27 28 CConst::CConst( const NamespaceScopes &namespaceScopes, const string &name, const Type & type, _int64 i64data)28 CConst::CConst( const NamespaceScopes &namespaceScopes, const string &name, const Type &newType, _int64 i64data) 29 29 : ConstBase( namespaceScopes, name ) 30 , type( type )30 , type( newType ) 31 31 , i64data( i64data ) 32 32 , pNext( NULL )
Note:
See TracChangeset
for help on using the changeset viewer.