aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/CompareEqual.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/FbTk/CompareEqual.hh')
-rw-r--r--src/FbTk/CompareEqual.hh2
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
29template <typename ClassType, typename ValueType> 29template <typename ClassType, typename ValueType>
30class CompareEqual_base: public std::unary_function<ClassType, bool> { 30class CompareEqual_base {
31public: 31public:
32 typedef ValueType (ClassType::* Action)() const; 32 typedef ValueType (ClassType::* Action)() const;
33 typedef ValueType Value; 33 typedef ValueType Value;