Skip to content

Commit

Permalink
afw::table::io::Persistence::isPersistable now noexcept.
Browse files Browse the repository at this point in the history
  • Loading branch information
kfindeisen committed Jul 6, 2018
1 parent 4b6e5f9 commit 5cde060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/lsst/meas/modelfit/Mixture.h
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ class Mixture : public afw::table::io::PersistableFacade<Mixture>, public afw::t
return os;
}

virtual bool isPersistable() const { return true; }
virtual bool isPersistable() const noexcept override { return true; }

protected:

Expand Down

0 comments on commit 5cde060

Please sign in to comment.