aboutsummaryrefslogtreecommitdiffstats
path: root/devel/fam/files/patch-fam::SmallTable.h
blob: c03f87fc7e1929f5010e44b0460510de35dafd81 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- fam/SmallTable.h.orig   Tue Jul 16 14:23:25 2002
+++ fam/SmallTable.h    Sat Jul 31 13:14:09 2004
@@ -98,7 +98,7 @@
 }
 
 template <class Tkey, class Tvalue>
-SmallTable<Tkey, Tvalue>::Closure
+typename SmallTable<Tkey, Tvalue>::Closure
 SmallTable<Tkey, Tvalue>::position(const Tkey& key) const
 {
     unsigned l = 0, r = n;