Fix copy assignment
This commit is contained in:
@@ -121,7 +121,7 @@ private:
|
||||
int pageNumber, subPageCodes;
|
||||
} m_composeLink[8];
|
||||
|
||||
const int m_defaultCLUT[32] = {
|
||||
static constexpr int m_defaultCLUT[32] = {
|
||||
0x000, 0xf00, 0x0f0, 0xff0, 0x00f, 0xf0f, 0x0ff, 0xfff,
|
||||
0x000, 0x700, 0x070, 0x770, 0x007, 0x707, 0x077, 0x777,
|
||||
0xf05, 0xf70, 0x0f7, 0xffb, 0x0ca, 0x500, 0x652, 0xc77,
|
||||
|
||||
Reference in New Issue
Block a user