Skip to content

Commit

Permalink
Fix minor correctness issue with virtual override
Browse files Browse the repository at this point in the history
  • Loading branch information
praydog committed Oct 26, 2024
1 parent a6dafae commit 8dbfc71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mods/REFrameworkConfig.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class REFrameworkConfig : public Mod {
static std::shared_ptr<REFrameworkConfig>& get();

public:
std::string_view get_name() const {
std::string_view get_name() const override {
return "REFrameworkConfig";
}

Expand Down

0 comments on commit 8dbfc71

Please sign in to comment.