Skip to content
Snippets Groups Projects
Commit 1bdc1529 authored by Eelco Dolstra's avatar Eelco Dolstra
Browse files

* Shut up a warning.

parent 1b804f88
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment