app/gpsymreg/Makefile added to configure.in

This commit is contained in:
jeggermo 2001-06-28 15:03:53 +00:00
commit 9242c84541

View file

@ -166,7 +166,7 @@ class Node
}
template<class Children>
void Node::operator()(string& result, Children args) const
void operator()(string& result, Children args) const
{
string subtree0;