Skip to content

Commit

Permalink
Fix wrong name for aliasSemantic in declaration.h
Browse files Browse the repository at this point in the history
Introduced in dlang#5690
  • Loading branch information
mathias-lang-sociomantic authored and UplinkCoder committed Nov 3, 2016
1 parent e38c203 commit 124d5c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/declaration.h
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ class AliasDeclaration : public Declaration

Dsymbol *syntaxCopy(Dsymbol *);
void semantic(Scope *sc);
void aliasSmantic(Scope *sc);
void aliasSemantic(Scope *sc);
bool overloadInsert(Dsymbol *s);
const char *kind();
Type *getType();
Expand Down

0 comments on commit 124d5c1

Please sign in to comment.