Kaydet (Commit) be232a1b authored tarafından Stephan Bergmann's avatar Stephan Bergmann

-Werror,-Winconsistent-missing-override

Change-Id: I56241813298f0c76dfbffd91e1090df326755cb6
üst 8babcb7e
......@@ -29,7 +29,7 @@ public:
virtual StringMap get_state() override;
virtual void execute(const OUString& rAction,
const StringMap& rParameters);
const StringMap& rParameters) override;
private:
SmElement* get_element();
......@@ -57,7 +57,7 @@ public:
protected:
virtual OUString get_name() const;
virtual OUString get_name() const override;
};
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment