Skip to content

Commit

Permalink
the right way to do OOP
Browse files Browse the repository at this point in the history
  • Loading branch information
WalterBright committed Mar 1, 2011
1 parent 0bd7703 commit 4efbc45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/expression.h
Expand Up @@ -190,6 +190,7 @@ struct ErrorExp : IntegerExp
ErrorExp();

Expression *implicitCastTo(Scope *sc, Type *t);
Expression *castTo(Scope *sc, Type *t);
void toCBuffer(OutBuffer *buf, HdrGenState *hgs);
};

Expand Down

0 comments on commit 4efbc45

Please sign in to comment.