Skip to content

Commit

Permalink
chore: enum -> enum class
Browse files Browse the repository at this point in the history
  • Loading branch information
MistEO committed Oct 18, 2023
1 parent 15eee4e commit cd4fe9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/MaaFramework/Vision/VisionTypes.h
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ struct ColorMatcherParam

struct FeatureMatcherParam
{
enum Detector
enum class Detector
{
SIFT,
SURF,
Expand All @@ -113,7 +113,7 @@ struct FeatureMatcherParam
AKAZE,
};

// enum Matcher
// enum class Matcher
//{
// FLANN,
// BRUTEFORCE,
Expand Down

0 comments on commit cd4fe9f

Please sign in to comment.