]> granicus.if.org Git - icinga2/blobdiff - lib/livestatus/commandstable.hpp
Remove more redundant wrappers from CompatUtility class
[icinga2] / lib / livestatus / commandstable.hpp
index b06033dc1d90a00a2110229d583865fd9c2fd618..3589f969f176245a914daaee884e28cb56eadf34 100644 (file)
@@ -40,11 +40,11 @@ public:
        static void AddColumns(Table *table, const String& prefix = String(),
                const Column::ObjectAccessor& objectAccessor = Column::ObjectAccessor());
 
-       virtual String GetName() const override;
-       virtual String GetPrefix() const override;
+       String GetName() const override;
+       String GetPrefix() const override;
 
 protected:
-       virtual void FetchRows(const AddRowFunction& addRowFn) override;
+       void FetchRows(const AddRowFunction& addRowFn) override;
 
        static Value NameAccessor(const Value& row);
        static Value LineAccessor(const Value& row);