merge with dev

This commit is contained in:
Desmis
2019-02-13 11:11:34 +01:00
7 changed files with 37 additions and 32 deletions

View File

@@ -25,7 +25,7 @@ namespace rtengine
class LabImage
{
private:
void allocLab(int w, int h);
void allocLab(size_t w, size_t h);
public:
int W, H;