WindowsRT build warning fixes.

This commit is contained in:
Alexander Smorkalov
2013-07-16 02:03:50 -07:00
parent 886c009da6
commit 16cfc7a531
2 changed files with 7 additions and 1 deletions

View File

@@ -270,6 +270,8 @@ public:
}
private:
calcHist1D_Invoker operator=(const calcHist1D_Invoker&);
T* p_[one];
uchar* mask_;
int step_[one];
@@ -342,6 +344,8 @@ public:
}
private:
calcHist2D_Invoker operator=(const calcHist2D_Invoker&);
T* p_[two];
uchar* mask_;
int step_[two];
@@ -432,6 +436,8 @@ public:
}
private:
calcHist3D_Invoker operator=(const calcHist3D_Invoker&);
T* p_[three];
uchar* mask_;
int step_[three];