Skip to content

Commit

Permalink
Base classes / interfaces may be template instantiations too.
Browse files Browse the repository at this point in the history
  • Loading branch information
H. S. Teoh committed Oct 2, 2014
1 parent cd99fd8 commit b51ef1d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions class.dd
Expand Up @@ -36,13 +36,15 @@ $(GNAME BaseClassList):

$(GNAME SuperClass):
$(I Identifier)
$(GLINK2 template, TemplateInstance)

$(GNAME Interfaces):
$(GLINK Interface)
$(GLINK Interface) $(D ,) $(I Interfaces)

$(GNAME Interface):
$(I Identifier)
$(GLINK2 template, TemplateInstance)
)

Classes consist of:
Expand Down

0 comments on commit b51ef1d

Please sign in to comment.