1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 00:03:03 +04:00

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