summaryrefslogtreecommitdiff
path: root/databases/kmysqladmin/patches/patch-ae
blob: af8ce4d98b6b615d92db44d37213f418602a2dbd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-ae,v 1.1 2006/03/28 18:07:52 joerg Exp $

--- kmysqladmin/helpers/tfunctions.h.orig	2006-03-28 16:39:35.000000000 +0000
+++ kmysqladmin/helpers/tfunctions.h
@@ -209,6 +209,6 @@ namespace tfunctions {
         }
         const typename std::vector<T>&operator()()const{return res;}
     };
-};
+}
 
 #endif