1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

fix compile error

This commit is contained in:
unknown
2005-07-25 13:47:40 +02:00
parent ea010ef584
commit bc10bd8e80

View File

@ -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