Skip to content

Commit dd4b4b4

Browse files
committed
Made DifferenceType enum private
1 parent ddb7464 commit dd4b4b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

strobe/strobe-api.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,15 +83,15 @@ class StrobeAPI
8383
_unassigned4 = (PHASE_POSITIVE | PHASE_INVERTED | FRAME_RENDER)
8484
};
8585

86+
private:
87+
8688
enum DifferenceType
8789
{
8890
PositiveDifference,
8991
NegativeDifference,
9092
TotalDifference
9193
};
9294

93-
private:
94-
9595
struct Counter
9696
{
9797
int positiveRenderedFrameCount;

0 commit comments

Comments
 (0)