Changeset 159 in dev for trunk/abdev/BasicCompiler_Common/src/Namespace.cpp
- Timestamp:
- Jun 17, 2007, 4:44:57 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler_Common/src/Namespace.cpp
r143 r159 103 103 void NamespaceScopesCollection::Imports( const string &namespaceStr ){ 104 104 NamespaceScopes namespaceScopes( namespaceStr ); 105 if( !Smoothie:: Meta::namespaceScopesCollection.IsExist( namespaceScopes ) ){105 if( !Smoothie::meta.namespaceScopesCollection.IsExist( namespaceScopes ) ){ 106 106 SetError(64,namespaceStr.c_str(),cp ); 107 107 return;
Note:
See TracChangeset
for help on using the changeset viewer.