From 0cd9e2e269ae0660d8461f7454eea0887d30cd1a Mon Sep 17 00:00:00 2001 From: "joreland@mysql.com" <> 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