fixing some cppchecks

This commit is contained in:
Peter Buchegger 2021-01-30 22:53:06 +01:00
parent 5eec516fb9
commit b5acc47728
2 changed files with 3 additions and 3 deletions

View file

@ -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;