提交 970e092d 编写于 作者: B Behdad Esfahbod

Remove extra semicolon

上级 81426808
...@@ -451,7 +451,7 @@ static inline unsigned char TOLOWER (unsigned char c) ...@@ -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 */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册