Skip to content
Snippets Groups Projects
Commit 6a42caa7 authored by Olivier Langella's avatar Olivier Langella
Browse files

get shared pointer function renamed in make shared pointer

parent d47f9314
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@ public:
PeptideNaturalIsotopeList(const PeptideInterfaceSp & peptide);
PeptideNaturalIsotopeList(const PeptideNaturalIsotopeList& other);
~PeptideNaturalIsotopeList();
const PeptideNaturalIsotopeListSp makePeptideNaturalIsotopeListSp() const;
PeptideNaturalIsotopeListSp makePeptideNaturalIsotopeListSp() const;
typedef std::list<PeptideNaturalIsotopeSp>::const_iterator const_iterator;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment