Skip to content

Commit

Permalink
fix: mention full scope in definition of static members of DrawableCa…
Browse files Browse the repository at this point in the history
…nvas::Compressor

Signed-off-by: Aditya Agarwal <aditya.agarwal030504@gmail.com>
Aditya-A-garwal committed Mar 25, 2024
1 parent c8251f3 commit 4f0e8da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/gui/src/widgets/drawablecanvas.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#include "widgets/drawablecanvas.h"

static Compressor::segment_t segments1[(DrawableCanvas::DRAWABLE_W + 1) / 2];
static Compressor::segment_t segments2[DrawableCanvas::DRAWABLE_H][DrawableCanvas::MAX_INLINE_COMPRESSED_SEGMENTS];
static DrawableCanvas::Compressor::segment_t segments1[(DrawableCanvas::DRAWABLE_W + 1) / 2];
static DrawableCanvas::Compressor::segment_t segments2[DrawableCanvas::DRAWABLE_H][DrawableCanvas::MAX_INLINE_COMPRESSED_SEGMENTS];
static WiFiClient sock;

DrawableCanvas::DrawableCanvas(Frame *parent, unsigned x, unsigned y)

0 comments on commit 4f0e8da

Please sign in to comment.