Merge pull request #2393 from ilya-lavrenov:coverity

This commit is contained in:
Roman Donchenko
2014-02-26 12:16:35 +04:00
committed by OpenCV Buildbot
37 changed files with 95 additions and 55 deletions

View File

@@ -340,6 +340,8 @@ class CV_EXPORTS CommandLineParser
CommandLineParser(const CommandLineParser& parser);
CommandLineParser& operator = (const CommandLineParser& parser);
~CommandLineParser();
String getPathToApplication() const;
template <typename T>