mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 05:27:41 -05:00
fix: CppCheck issues
This commit is contained in:
@@ -772,7 +772,7 @@ EXPORT_MODULE namespace hex {
|
||||
void pop() const;
|
||||
|
||||
[[nodiscard]] operator ImFont*() const;
|
||||
[[nodiscard]] UnlocalizedString getUnlocalizedName() const { return m_fontName; }
|
||||
[[nodiscard]] const UnlocalizedString& getUnlocalizedName() const { return m_fontName; }
|
||||
|
||||
private:
|
||||
void push(float size, ImFont *font) const;
|
||||
|
||||
Reference in New Issue
Block a user