提交 40017673 编写于 作者: P Palana

UI: Add missing override specifier

Found via clang-3.6, actual warning:
window-basic-main.hpp:406:14: warning: 'GetProfilePath' overrides
a member function but is not marked 'override'
[-Winconsistent-missing-override]
上级 4a22f314
......@@ -404,7 +404,7 @@ public:
virtual config_t *Config() const override;
virtual int GetProfilePath(char *path, size_t size, const char *file)
const;
const override;
private:
std::unique_ptr<Ui::OBSBasic> ui;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册