diff options
Diffstat (limited to 'src/FbTk/Select2nd.hh')
-rw-r--r-- | src/FbTk/Select2nd.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/FbTk/Select2nd.hh b/src/FbTk/Select2nd.hh index b0437b7..217c656 100644 --- a/src/FbTk/Select2nd.hh +++ b/src/FbTk/Select2nd.hh | |||
@@ -27,7 +27,7 @@ | |||
27 | namespace FbTk { | 27 | namespace FbTk { |
28 | 28 | ||
29 | template <class A> | 29 | template <class A> |
30 | class Select2nd:public std::unary_function<A, typename A::second_type> { | 30 | class Select2nd { |
31 | public: | 31 | public: |
32 | typename A::second_type operator () (const A &arg) const { | 32 | typename A::second_type operator () (const A &arg) const { |
33 | return arg.second; | 33 | return arg.second; |