Merge pull request from Nerei:format_declaration_by_default

This commit is contained in:
Vadim Pisarevsky 2013-12-31 15:54:59 +04:00 committed by OpenCV Buildbot
commit 1c3bfae212

@ -394,7 +394,9 @@ template<typename _Tp> static inline _Tp randu()
return (_Tp)theRNG();
}
///////////////////////////////// Formatted string generation /////////////////////////////////
CV_EXPORTS String format( const char* fmt, ... );
///////////////////////////////// Formatted output of cv::Mat /////////////////////////////////