1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 10:50:24 -04:00

* Shut up a warning.

This commit is contained in:
Eelco Dolstra 2006-09-20 16:36:29 +00:00
parent 1b804f88e4
commit 1bdc152931

View file

@ -66,6 +66,7 @@ string showPos(ATerm pos);
function to the resulting term. */
struct TermFun
{
virtual ~TermFun() { }
virtual ATerm operator () (ATerm e) = 0;
};
ATerm bottomupRewrite(TermFun & f, ATerm e);