Fix cppcheck error

This commit is contained in:
Dave Allie
2025-12-26 11:07:24 +10:00
parent ef4c75448f
commit f83786d6e9

View File

@@ -340,7 +340,7 @@ void CrossPointWebServerActivity::render() const {
}
}
void drawQRCode(GfxRenderer& renderer, const int x, const int y, const std::string& data) {
void drawQRCode(const GfxRenderer& renderer, const int x, const int y, const std::string& data) {
// Implementation of QR code calculation
// The structure to manage the QR code
QRCode qrcode;