diff options
Diffstat (limited to 'WitnessRandomizer/WitnessRandomizer.h')
-rw-r--r-- | WitnessRandomizer/WitnessRandomizer.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/WitnessRandomizer/WitnessRandomizer.h b/WitnessRandomizer/WitnessRandomizer.h index 9e84a46..af1f785 100644 --- a/WitnessRandomizer/WitnessRandomizer.h +++ b/WitnessRandomizer/WitnessRandomizer.h | |||
@@ -2,7 +2,8 @@ | |||
2 | 2 | ||
3 | int SWAP_TARGETS = 0x1; | 3 | int SWAP_TARGETS = 0x1; |
4 | int SWAP_LINES = 0x2; | 4 | int SWAP_LINES = 0x2; |
5 | int SWAP_COLORS = 0x4; | 5 | int SWAP_STYLE = 0x4; |
6 | int SWAP_BACK_DISTANCE = 0x8; | ||
6 | 7 | ||
7 | class WitnessRandomizer { | 8 | class WitnessRandomizer { |
8 | public: | 9 | public: |