mirror of
https://github.com/opencv/opencv.git
synced 2026-07-26 22:03:04 +04:00
viz: eliminate warnings from tutorial code
This commit is contained in:
committed by
Alexander Alekhin
parent
6fb75c677b
commit
11b642fb8c
@@ -15,7 +15,7 @@ using namespace std;
|
||||
* @function help
|
||||
* @brief Display instructions to use this tutorial program
|
||||
*/
|
||||
void help()
|
||||
static void help()
|
||||
{
|
||||
cout
|
||||
<< "--------------------------------------------------------------------------" << endl
|
||||
|
||||
Reference in New Issue
Block a user