Fix all warnings in pixelshift.cc
This commit is contained in:
@@ -113,7 +113,7 @@ public:
|
||||
// use as empty declaration, resize before use!
|
||||
// very useful as a member object
|
||||
array2D() :
|
||||
x(0), y(0), owner(0), ptr(nullptr), data(nullptr), lock(0), flags(0)
|
||||
x(0), y(0), owner(0), flags(0), ptr(nullptr), data(nullptr), lock(0)
|
||||
{
|
||||
//printf("got empty array2D init\n");
|
||||
}
|
||||
|
Reference in New Issue
Block a user