mirror of
https://github.com/daveallie/crosspoint-reader.git
synced 2026-02-04 14:47:37 +03:00
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
|
||||
// The structure to manage the QR code
|
||||
QRCode qrcode;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user