Fix cppcheck error

This commit is contained in:
Dave Allie 2025-12-26 11:07:24 +10:00
parent ef4c75448f
commit f83786d6e9
No known key found for this signature in database
GPG Key ID: F2FDDB3AD8D0276F

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;