mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-15 07:49:31 -06:00
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;
|
||||
|
||||
#ifdef __cplusplus
|
||||
class PgfDB;
|
||||
#else
|
||||
typedef struct PgfDB PgfDB;
|
||||
#endif
|
||||
typedef object PgfRevision;
|
||||
typedef object PgfConcrRevision;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user