More style cleanup...

This commit is contained in:
Rémi Verschelde
2019-03-04 10:11:29 +01:00
parent 4da21d1ce1
commit b811207406
3 changed files with 1 additions and 3 deletions

View File

@ -518,7 +518,7 @@ public:
bool is_restart_on_exit_set() const;
List<String> get_restart_on_exit_arguments() const;
virtual void process_and_drop_events() { }
virtual void process_and_drop_events() {}
OS();
virtual ~OS();
};