Commit 179ef0a9 authored by Alexander Alekhin's avatar Alexander Alekhin

Merge pull request #9429 from StevenPuttemans:fix_9404

parents 89172c08 9b173e2d
...@@ -592,7 +592,7 @@ panel. ...@@ -592,7 +592,7 @@ panel.
@param trackbarname Name of the trackbar. @param trackbarname Name of the trackbar.
@param winname Name of the window that is the parent of trackbar. @param winname Name of the window that is the parent of trackbar.
@param minval New maximum position. @param minval New minimum position.
*/ */
CV_EXPORTS_W void setTrackbarMin(const String& trackbarname, const String& winname, int minval); CV_EXPORTS_W void setTrackbarMin(const String& trackbarname, const String& winname, int minval);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment