From bc10bd8e80dfa708fc3b6ce072e7c735a69b2c8d Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 25 Jul 2005 13:47:40 +0200 Subject: [PATCH] fix compile error --- ndb/tools/config.cpp | 4 ++-- 1 file 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& where, int &argc, char**& argv) return 0; } -template Vector; -template Vector; +template class Vector; +template class Vector; static int