Changeset 102 in dev for BasicCompiler32/NumOpe.cpp
- Timestamp:
- Apr 29, 2007, 2:34:04 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BasicCompiler32/NumOpe.cpp
r97 r102 279 279 280 280 if( pIsClassName ){ 281 if( pobj_DBClass-> check( termFull ) ){281 if( pobj_DBClass->Find( termFull ) ){ 282 282 *pIsClassName = true; 283 283 return true;
Note:
See TracChangeset
for help on using the changeset viewer.