add missing override attribute

This commit is contained in:
Axel Kohlmeyer
2025-04-26 01:24:06 -04:00
parent 12c72593f7
commit 85bac7665a

View File

@ -27,7 +27,7 @@ namespace LAMMPS_NS {
class Set : public Command {
public:
Set(class LAMMPS *lmp);
~Set();
~Set() override;
void command(int, char **) override;