Commit 623a02c6 authored by Roman Donchenko's avatar Roman Donchenko Committed by OpenCV Buildbot

Merge pull request #1834 from SpecLad:svm-copy-ctor

parents 70a4de20 cf00349b
...@@ -548,6 +548,10 @@ protected: ...@@ -548,6 +548,10 @@ protected:
CvSVMSolver* solver; CvSVMSolver* solver;
CvSVMKernel* kernel; CvSVMKernel* kernel;
private:
CvSVM(const CvSVM&);
CvSVM& operator = (const CvSVM&);
}; };
/****************************************************************************************\ /****************************************************************************************\
......
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