Remove extra semicolon

pull/1/head
Behdad Esfahbod 14 years ago
parent 8142680802
commit 970e092dc2
  1. 2
      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 */

Loading…
Cancel
Save