mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-01 21:17:44 -05:00
impr: Remove the word "Provider" from places where it doesn't fit
This commit is contained in:
@@ -87,7 +87,7 @@ public:
|
||||
|
||||
void setTypeName(std::string typeName) { m_typeName = std::move(typeName);}
|
||||
void setName(std::string name) { m_name = std::move(name);}
|
||||
[[nodiscard]] std::string getTypeName() const override { return m_typeName; }
|
||||
[[nodiscard]] hex::UnlocalizedString getTypeName() const override { return m_typeName; }
|
||||
[[nodiscard]] std::string getName() const override { return m_name; }
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user