Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GXLogicCore expected concrete class as TGraph #4

Merged
merged 1 commit into from
May 7, 2014

Conversation

stefanpe
Copy link
Contributor

@stefanpe stefanpe commented May 7, 2014

Added ctor taking TGraph to enable using pre-existing graph and allow for using an interface for TGraph (parameterless ctor tries to instansiate TGraph which will cause an runtime error if an interface is used).

Old parameterless ctor chained to the new one and still using CreateInstance so it's a non-breaking change.

… for TGraph being an interface (parameterless ctor tries to instansiate TGraph).
panthernet added a commit that referenced this pull request May 7, 2014
GXLogicCore expected concrete class as TGraph
@panthernet panthernet merged commit 1253554 into panthernet:master May 7, 2014
@panthernet
Copy link
Owner

Thanks for the improvement!

@stefanpe stefanpe deleted the GXLogicCoreCtor branch May 7, 2014 12:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants