FamilySearch / gedcomx-csharp

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

Match modifiers on override methods. #13

Closed CutFlame closed 9 years ago

CutFlame commented 9 years ago

Compiler errors were being caused because an override method modifiers must match the base method's modifiers.

ghost commented 9 years ago

Without additional information, I will need to close this, as it breaks our build process. If you feel this needs to be reconsidered, please resubmit with your build system/platform information, and I will look into reconciliation between the two.