From 23a0f5318c50cdf3dce19e4de0c98fb5ae1c2618 Mon Sep 17 00:00:00 2001 From: Christoph Mallon Date: Sun, 7 Aug 2011 11:39:54 +0200 Subject: JANITORIAL: Remove trailing empty lines. --- common/func.h | 1 - 1 file changed, 1 deletion(-) (limited to 'common/func.h') diff --git a/common/func.h b/common/func.h index e09ab1a438..589f702eac 100644 --- a/common/func.h +++ b/common/func.h @@ -538,4 +538,3 @@ GENERATE_TRIVIAL_HASH_FUNCTOR(unsigned long); } // End of namespace Common #endif - -- cgit v1.2.3 From 84220d2ca05707f22a0242b1745caf0b657237a3 Mon Sep 17 00:00:00 2001 From: Christoph Mallon Date: Sat, 6 Aug 2011 09:47:19 +0200 Subject: COMMON: Remove superfluous Common:: qualifiers. --- common/func.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'common/func.h') diff --git a/common/func.h b/common/func.h index 589f702eac..db57d73668 100644 --- a/common/func.h +++ b/common/func.h @@ -424,7 +424,7 @@ private: * are interesting for that matter. */ template -struct Functor1 : public Common::UnaryFunction { +struct Functor1 : public UnaryFunction { virtual ~Functor1() {} virtual bool isValid() const = 0; @@ -460,7 +460,7 @@ private: * @see Functor1 */ template -struct Functor2 : public Common::BinaryFunction { +struct Functor2 : public BinaryFunction { virtual ~Functor2() {} virtual bool isValid() const = 0; -- cgit v1.2.3