mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
b594de0ae4
commit
6742cd5f10
@ -81,9 +81,9 @@ private:
|
|||||||
SumPixel sum;
|
SumPixel sum;
|
||||||
DoublePixel avg;
|
DoublePixel avg;
|
||||||
SumPixel error_sum;
|
SumPixel error_sum;
|
||||||
Node* next_reducible_node;
|
Node *next_reducible_node;
|
||||||
Node *next_available_in_pool;
|
Node *next_available_in_pool;
|
||||||
Node* children[MAX_DEPTH];
|
Node *children[MAX_DEPTH];
|
||||||
|
|
||||||
public:
|
public:
|
||||||
#ifdef _MSC_VER
|
#ifdef _MSC_VER
|
||||||
|
Loading…
x
Reference in New Issue
Block a user