mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 05:27:41 -05:00
chore: apply light lints (#2570)
This commit is contained in:
@@ -16,7 +16,7 @@ EXPORT_MODULE namespace hex {
|
||||
void stopServices();
|
||||
}
|
||||
|
||||
void registerService(const UnlocalizedString &unlocalizedString, const impl::Callback &callback);
|
||||
void registerService(const UnlocalizedString &unlocalizedName, const impl::Callback &callback);
|
||||
}
|
||||
|
||||
}
|
||||
@@ -10,6 +10,7 @@
|
||||
#include <span>
|
||||
#include <string>
|
||||
#include <numbers>
|
||||
#include <array>
|
||||
|
||||
#include <opengl_support.h>
|
||||
#include "imgui.h"
|
||||
@@ -935,7 +936,7 @@ namespace hex::gl {
|
||||
void attachTexture(const Texture &texture) const;
|
||||
|
||||
private:
|
||||
GLuint m_frameBuffer, m_renderBuffer;
|
||||
GLuint m_frameBuffer = 0, m_renderBuffer = 0;
|
||||
};
|
||||
|
||||
class AxesVectors {
|
||||
|
||||
Reference in New Issue
Block a user