app/gpsymreg/Makefile added to configure.in
This commit is contained in:
parent
f41c5f2ff6
commit
9242c84541
1 changed files with 1 additions and 1 deletions
|
|
@ -166,7 +166,7 @@ class Node
|
||||||
}
|
}
|
||||||
|
|
||||||
template<class Children>
|
template<class Children>
|
||||||
void Node::operator()(string& result, Children args) const
|
void operator()(string& result, Children args) const
|
||||||
{
|
{
|
||||||
|
|
||||||
string subtree0;
|
string subtree0;
|
||||||
|
|
|
||||||
Reference in a new issue