CAnnotCompare::TCompareFlags
CAnnotCompare::CompareFeats(const CMappedFeat& feat1,
                            CScope& scope1,
                            const CMappedFeat& feat2,
                            CScope& scope2,
                            vector<ECompareFlags>* complex_flags,
                            list<string>* comments)
{
    return CompareFeats(feat1.GetOriginalFeature(),
                        feat1.GetLocation(), scope1,
                        feat2.GetOriginalFeature(),
                        feat2.GetLocation(), scope2,
                        complex_flags, comments);
}