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:
@@ -10,14 +10,10 @@
|
||||
|
||||
namespace hex::plugin::windows {
|
||||
|
||||
namespace prv {
|
||||
class Provider;
|
||||
}
|
||||
|
||||
class ViewTTYConsole : public View {
|
||||
public:
|
||||
ViewTTYConsole();
|
||||
~ViewTTYConsole() override;
|
||||
~ViewTTYConsole() override = default;
|
||||
|
||||
void drawContent() override;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user