Apply override to FileReader classes

This commit is contained in:
Richard Berger
2022-01-20 17:49:23 -05:00
parent 7387643b87
commit d4ec931991
2 changed files with 1 additions and 2 deletions

View File

@ -39,7 +39,7 @@ class PotentialFileReader : protected Pointers {
PotentialFileReader(class LAMMPS *lmp, const std::string &filename,
const std::string &potential_name, const std::string &name_suffix,
const int auto_convert = 0);
virtual ~PotentialFileReader();
~PotentialFileReader() override;
void ignore_comments(bool value);