]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/other/smux/tables.h
Use std::jthread and C++17.
[stg.git] / projects / stargazer / plugins / other / smux / tables.h
index edfe4377326a9d47d7e765021b3cf8a0a2eb0a2e..1e27b326c30d17fa78c54bf1f2b43b20e05806d7 100644 (file)
@@ -33,9 +33,8 @@ class TariffUsersTable : public TableSensor {
               tariffs(t),
               users(u)
         {}
-        virtual ~TariffUsersTable() {}
 
-        void UpdateSensors(Sensors & sensors) const;
+        void UpdateSensors(Sensors & sensors) const override;
 
     private:
         STG::Tariffs & tariffs;