Merge pull request #2218 from alalek:fix_defects_code_coverity

This commit is contained in:
Andrey Pavlenko
2014-01-31 19:23:01 +04:00
committed by OpenCV Buildbot
6 changed files with 33 additions and 6 deletions

View File

@@ -561,6 +561,9 @@ public:
explicit PlatformInfo2(void* id);
~PlatformInfo2();
PlatformInfo2(const PlatformInfo2& i);
PlatformInfo2& operator =(const PlatformInfo2& i);
String name() const;
String vendor() const;
String version() const;