Commit 5b3520fa authored by Ilya Lavrenov's avatar Ilya Lavrenov

fixed warning [ -Wreorder ]

parent fc1f9ab2
...@@ -169,7 +169,7 @@ void cv::ocl::fft_teardown() ...@@ -169,7 +169,7 @@ void cv::ocl::fft_teardown()
// bake a new plan // bake a new plan
cv::ocl::FftPlan::FftPlan(Size _dft_size, int _src_step, int _dst_step, int _depth, int _flags, FftType _type) cv::ocl::FftPlan::FftPlan(Size _dft_size, int _src_step, int _dst_step, int _depth, int _flags, FftType _type)
: plHandle(0), dft_size(_dft_size), src_step(_src_step), depth(_depth), dst_step(_dst_step), flags(_flags), type(_type) : plHandle(0), dft_size(_dft_size), src_step(_src_step), dst_step(_dst_step), depth(_depth), flags(_flags), type(_type)
{ {
fft_setup(); fft_setup();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment