Fix cppcheck error
This commit is contained in:
parent
ef4c75448f
commit
f83786d6e9
@ -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
|
// Implementation of QR code calculation
|
||||||
// The structure to manage the QR code
|
// The structure to manage the QR code
|
||||||
QRCode qrcode;
|
QRCode qrcode;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user