Changeset 76 in dev for BasicCompiler_Common/Type.cpp
- Timestamp:
- Mar 21, 2007, 9:26:56 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BasicCompiler_Common/Type.cpp
r75 r76 173 173 int Type::GetBasicSize() const 174 174 { 175 GetBasicSize( basicType ); 176 return 0; 175 return GetBasicSize( basicType ); 177 176 } 178 177 int Type::GetSize() const
Note:
See TracChangeset
for help on using the changeset viewer.