Hi Chris,

According to the dashboard,

src/ops/sort.cpp:143: error: no matching function for call to
OpenBabel::OBDescriptor::GetIdentifier(std::stringstream)

Where there is is GetIdentifier(std::istream& optionText);

Is this some inheritance problem with g++? Can a superclass not accept
a reference to a subclass? Should the stringstream be casted to an
istream? Should GetIdentifier be changed to stringstream also?

- Noel

------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
OpenBabel-Devel mailing list
OpenBabel-Devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openbabel-devel

Reply via email to