From 970e092dc23cbeb7897d4c7bb58c042209f518fb Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Tue, 14 Jun 2011 14:35:44 -0400 Subject: [PATCH] Remove extra semicolon --- src/hb-private.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hb-private.hh b/src/hb-private.hh index 33d5a3e..f385146 100644 --- a/src/hb-private.hh +++ b/src/hb-private.hh @@ -451,7 +451,7 @@ static inline unsigned char TOLOWER (unsigned char c) /* Makes class uncopyable. Use in private: section. */ #define NO_COPY(T) \ T (const T &o); \ - T &operator = (const T &o); + T &operator = (const T &o) /* Debug */ -- 2.7.4