Changeset 1166

Show
Ignore:
Timestamp:
05/15/08 22:24:29 (8 months ago)
Author:
asterite
Message:

Small addition to the same thing...

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/descent.core/src/descent/core/dom/ASTConverter.java

    r1165 r1166  
    36453645                if (alias.aliassym != null && alias.aliassym.ident != null && alias.aliassym.ident.ident != null) { 
    36463646                    id = alias.aliassym.ident.ident; 
     3647                } else if (alias.sourceType != null) { 
     3648                    // HACK: resolve this correctly 
     3649                    id = alias.sourceType.toCharArray(); 
    36473650                } else { 
    36483651                    id = a.ident;