FamilySearch / gedcomx-csharp

C# Libraries for GEDCOM X Processing
Apache License 2.0
42 stars 21 forks source link

Fix FamilyTreeStateFactory so it gets constructed correctly. #12

Closed CutFlame closed 10 years ago

CutFlame commented 10 years ago

These lines were getting a runtime error: Cannot convert CollectionState to FamilySearchTree.

The wrong constructor was being called.

CutFlame commented 10 years ago

This is more of just a notification of an error. I don't expect this to actually get merged in. But I do expect the problem to be fixed.

ghost commented 10 years ago

The inheritance model was reworked and this should be correct now. See commit 14725c3498c794dabd91cab76940ab0c8292dfb9.