Commit bc10bd8e authored by unknown's avatar unknown
Browse files

fix compile error

parent ea010ef5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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