Ignore:
Timestamp:
Jul 5, 2024, 10:12:51 AM (2 weeks ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
master
Children:
c2cf2d0
Parents:
99f7f37
Message:

Fixed spelling mistake. (I'm 99% sure.)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Parser/TypeData.cpp

    r99f7f37 r8c55d34  
    14711471                ast::ObjectDecl * object = strict_dynamic_cast<ast::ObjectDecl *>( member );
    14721472                object->isHidden = ast::EnumDecl::EnumHiding::Hide == ret->hide;
    1473                 if ( ret->isOpague() && cur->has_enumeratorValue() ) {
     1473                if ( ret->isOpaque() && cur->has_enumeratorValue() ) {
    14741474                        SemanticError( td->location, "Opague cannot have an explicit initializer value." );
    14751475                } else if ( cur->has_enumeratorValue() ) {
     
    14791479                                ast::NoConstruct
    14801480                        );
    1481                 } 
     1481                }
    14821482                // else cur is a List Initializer and has been set as init in buildList()
    14831483                // if
Note: See TracChangeset for help on using the changeset viewer.