Remove extra semicolon
This commit is contained in:
parent
8142680802
commit
970e092dc2
|
@ -451,7 +451,7 @@ static inline unsigned char TOLOWER (unsigned char c)
|
||||||
/* Makes class uncopyable. Use in private: section. */
|
/* Makes class uncopyable. Use in private: section. */
|
||||||
#define NO_COPY(T) \
|
#define NO_COPY(T) \
|
||||||
T (const T &o); \
|
T (const T &o); \
|
||||||
T &operator = (const T &o);
|
T &operator = (const T &o)
|
||||||
|
|
||||||
|
|
||||||
/* Debug */
|
/* Debug */
|
||||||
|
|
Loading…
Reference in New Issue