mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 05:27:41 -05:00
sys: Fixed many clang tidy warnings and typos
This commit is contained in:
@@ -23,7 +23,7 @@ namespace hex::init {
|
||||
this->m_tasks.emplace_back(taskName, task);
|
||||
}
|
||||
|
||||
const std::string &getGPUVendor() const { return this->m_gpuVendor; }
|
||||
[[nodiscard]] const std::string &getGPUVendor() const { return this->m_gpuVendor; }
|
||||
|
||||
private:
|
||||
GLFWwindow *m_window;
|
||||
|
||||
Reference in New Issue
Block a user