fix compile error

This commit is contained in:
joreland@mysql.com 2005-07-25 13:47:40 +02:00
parent 07cdfdca69
commit 0cd9e2e269

View File

@ -317,8 +317,8 @@ parse_where(Vector<Match*>& where, int &argc, char**& argv)
return 0; return 0;
} }
template Vector<Apply*>; template class Vector<Apply*>;
template Vector<Match*>; template class Vector<Match*>;
static static
int int