Changeset 9757 in orxonox.OLD for branches/new_class_id/src/lib/shell
- Timestamp:
- Sep 18, 2006, 10:06:19 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/new_class_id/src/lib/shell/shell_completion.cc
r9734 r9757 87 87 if (objectList != NULL) 88 88 classID = objectList->identity(); 89 if (classID != NullClass:: classID())89 if (classID != NullClass::staticClassID()) 90 90 completeType |= ObjectCompletion; 91 91 completeType |= FunctionCompletion;
Note: See TracChangeset
for help on using the changeset viewer.