Oh, I fail so much >.< Make it compile.

This commit is contained in:
Darryl Pogue
2010-08-31 23:22:26 -07:00
parent 96235c9290
commit 6f67603858

View File

@@ -337,7 +337,7 @@ private:
class ASTPopHack : public ASTNode {
public:
ASTPopHack() : ASTNode(NODE_POP_HACK);
ASTPopHack() : ASTNode(NODE_POP_HACK) { }
};
#endif