in forward declaration replace class keyword when struct is expected

This commit is contained in:
wmayer
2016-12-29 16:02:35 +01:00
parent 5fbcb99adc
commit 35b76c5205
7 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -25,7 +25,7 @@
#include <Python.h>
#endif
#ifdef __GNUG__
#if defined(__GNUG__) && !defined(__APPLE__)
#pragma implementation
#endif