mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-20 10:13:15 +02:00
...
This commit is contained in:
parent
b594de0ae4
commit
6742cd5f10
1 changed files with 2 additions and 2 deletions
|
|
@ -81,9 +81,9 @@ private:
|
|||
SumPixel sum;
|
||||
DoublePixel avg;
|
||||
SumPixel error_sum;
|
||||
Node* next_reducible_node;
|
||||
Node *next_reducible_node;
|
||||
Node *next_available_in_pool;
|
||||
Node* children[MAX_DEPTH];
|
||||
Node *children[MAX_DEPTH];
|
||||
|
||||
public:
|
||||
#ifdef _MSC_VER
|
||||
|
|
|
|||
Loading…
Reference in a new issue