Commit bc10bd8e authored by unknown's avatar unknown

fix compile error

parent ea010ef5
......@@ -317,8 +317,8 @@ parse_where(Vector<Match*>& where, int &argc, char**& argv)
return 0;
}
template Vector<Apply*>;
template Vector<Match*>;
template class Vector<Apply*>;
template class Vector<Match*>;
static
int
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment