diff options
Diffstat (limited to 'src/FbTk/CompareEqual.hh')
-rw-r--r-- | src/FbTk/CompareEqual.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/FbTk/CompareEqual.hh b/src/FbTk/CompareEqual.hh index 8f251e4..71c4bec 100644 --- a/src/FbTk/CompareEqual.hh +++ b/src/FbTk/CompareEqual.hh | |||
@@ -27,7 +27,7 @@ namespace FbTk { | |||
27 | 27 | ||
28 | /// @brief compares one class function with a value type | 28 | /// @brief compares one class function with a value type |
29 | template <typename ClassType, typename ValueType> | 29 | template <typename ClassType, typename ValueType> |
30 | class CompareEqual_base: public std::unary_function<ClassType, bool> { | 30 | class CompareEqual_base { |
31 | public: | 31 | public: |
32 | typedef ValueType (ClassType::* Action)() const; | 32 | typedef ValueType (ClassType::* Action)() const; |
33 | typedef ValueType Value; | 33 | typedef ValueType Value; |