Skip to content

Commit 8dbfc71

Browse files
committed
Fix minor correctness issue with virtual override
1 parent a6dafae commit 8dbfc71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mods/REFrameworkConfig.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ class REFrameworkConfig : public Mod {
77
static std::shared_ptr<REFrameworkConfig>& get();
88

99
public:
10-
std::string_view get_name() const {
10+
std::string_view get_name() const override {
1111
return "REFrameworkConfig";
1212
}
1313

0 commit comments

Comments
 (0)