Remove extra semicolon
authorBehdad Esfahbod <behdad@behdad.org>
Tue, 14 Jun 2011 18:35:44 +0000 (14:35 -0400)
committerBehdad Esfahbod <behdad@behdad.org>
Tue, 14 Jun 2011 18:35:44 +0000 (14:35 -0400)
src/hb-private.hh

index 33d5a3e..f385146 100644 (file)
@@ -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 */