Commit 3d4ec7ad authored by Roman Donchenko's avatar Roman Donchenko Committed by OpenCV Buildbot

Merge pull request #1583 from SpecLad:name-enum-2

parents dfb698dc cc7a13ea
......@@ -205,7 +205,7 @@ private:
class CV_EXPORTS GraphCutSeamFinderBase
{
public:
enum { COST_COLOR, COST_COLOR_GRAD };
enum CostType { COST_COLOR, COST_COLOR_GRAD };
};
......
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