2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-26 06:42:27 +00:00

Fixed missing semicolon

[SVN r31852]
This commit is contained in:
Dave Abrahams
2005-12-01 13:06:57 +00:00
parent f75eca94e0
commit 68463e2fd2

View File

@@ -26,7 +26,7 @@
// that, in cxxabi.h of gcc-3.x for x < 4, this type is used before it
// is declared.
# if __GNUC__ == 3 && __GNUC_MINOR__ < 4
class __class_type_info
class __class_type_info;
# endif
# include <cxxabi.h>