forked from GitHub/gf-core
define PgfDB as class for C++ and as struct for C
This commit is contained in:
@@ -226,7 +226,11 @@ struct PgfMarshaller {
|
|||||||
|
|
||||||
typedef float prob_t;
|
typedef float prob_t;
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
class PgfDB;
|
||||||
|
#else
|
||||||
typedef struct PgfDB PgfDB;
|
typedef struct PgfDB PgfDB;
|
||||||
|
#endif
|
||||||
typedef object PgfRevision;
|
typedef object PgfRevision;
|
||||||
typedef object PgfConcrRevision;
|
typedef object PgfConcrRevision;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user