mirror of
https://github.com/lora-aprs/LoRa_APRS_iGate.git
synced 2026-04-20 22:05:09 +00:00
fixing some cppchecks
This commit is contained in:
parent
5eec516fb9
commit
b5acc47728
2 changed files with 3 additions and 3 deletions
|
|
@ -9,8 +9,8 @@ class OLEDDisplay;
|
|||
class Bitmap
|
||||
{
|
||||
public:
|
||||
Bitmap(uint width, uint height);
|
||||
Bitmap(OLEDDisplay * display);
|
||||
explicit Bitmap(uint width, uint height);
|
||||
explicit Bitmap(OLEDDisplay * display);
|
||||
virtual ~Bitmap();
|
||||
|
||||
uint getWidth() const;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue