badpixels code: further cleanups

This commit is contained in:
heckflosse
2019-06-10 22:15:16 +02:00
parent fe16bf7917
commit 156f3009d5
3 changed files with 46 additions and 46 deletions

View File

@@ -39,7 +39,7 @@ class PixelsMap :
int w; // line width in base_t units
int h; // height
typedef unsigned long base_t;
static const size_t base_t_size = sizeof(base_t);
static constexpr size_t base_t_size = sizeof(base_t);
base_t *pm;
public: