mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-24 10:22:50 -06:00
try fixing the linkage error with MSVC
This commit is contained in:
@@ -51,6 +51,8 @@ struct PgfLRTableMaker::CompareItem : std::less<Item*> {
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
const PgfLRTableMaker::CompareItem PgfLRTableMaker::compare_item;
|
||||||
|
|
||||||
PgfLRTableMaker::PgfLRTableMaker(ref<PgfAbstr> abstr, ref<PgfConcr> concr)
|
PgfLRTableMaker::PgfLRTableMaker(ref<PgfAbstr> abstr, ref<PgfConcr> concr)
|
||||||
{
|
{
|
||||||
this->abstr = abstr;
|
this->abstr = abstr;
|
||||||
@@ -977,4 +979,4 @@ PgfExpr PgfParser::fetch(PgfDB *db, prob_t *prob)
|
|||||||
}
|
}
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user