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,8 +27,8 @@ namespace LAMMPS_NS {
class Set : public Command { class Set : public Command {
public: public:
Set(class LAMMPS *lmp); Set(class LAMMPS *lmp);
~Set(); ~Set() override;
void command(int, char **) override; void command(int, char **) override;
void process_args(int, int, char **); void process_args(int, int, char **);