mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-29 12:48:54 -06:00
PgfDB::ref_count must be size_t
This commit is contained in:
@@ -67,7 +67,7 @@ private:
|
|||||||
public:
|
public:
|
||||||
// Here we count to how many revisions the client has access.
|
// Here we count to how many revisions the client has access.
|
||||||
// When the count is zero we release the database.
|
// When the count is zero we release the database.
|
||||||
int ref_count;
|
size_t ref_count;
|
||||||
|
|
||||||
PGF_INTERNAL_DECL PgfDB(const char* filepath, int flags, int mode);
|
PGF_INTERNAL_DECL PgfDB(const char* filepath, int flags, int mode);
|
||||||
PGF_INTERNAL_DECL ~PgfDB();
|
PGF_INTERNAL_DECL ~PgfDB();
|
||||||
|
|||||||
Reference in New Issue
Block a user