summaryrefslogtreecommitdiff
path: root/ndb
diff options
context:
space:
mode:
authorunknown <joreland@mysql.com>2005-07-25 13:47:40 +0200
committerunknown <joreland@mysql.com>2005-07-25 13:47:40 +0200
commitbc10bd8e80dfa708fc3b6ce072e7c735a69b2c8d (patch)
treea4d20d08deda84827ee1b9d2e397267052eec870 /ndb
parentea010ef58494b9e578ce85b890f4a95769227729 (diff)
downloadmariadb-git-bc10bd8e80dfa708fc3b6ce072e7c735a69b2c8d.tar.gz
fix compile error
Diffstat (limited to 'ndb')
-rw-r--r--ndb/tools/config.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ndb/tools/config.cpp b/ndb/tools/config.cpp
index 8dd69e050f7..7944f66f71c 100644
--- a/ndb/tools/config.cpp
+++ b/ndb/tools/config.cpp
@@ -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