diff options
author | jbzdarkid <jbzdarkid@gmail.com> | 2018-10-25 21:57:21 -0700 |
---|---|---|
committer | jbzdarkid <jbzdarkid@gmail.com> | 2018-10-25 21:57:21 -0700 |
commit | 4edd6ab796f26563368e5b8487df1f1f9bb0684c (patch) | |
tree | 2a39c9dc3935cfe97898bfa1e0d628802b9deb24 /WitnessRandomizer/Memory.h | |
parent | a96cea16828973b92c465fb84de2554779f07101 (diff) | |
download | witness-tutorializer-4edd6ab796f26563368e5b8487df1f1f9bb0684c.tar.gz witness-tutorializer-4edd6ab796f26563368e5b8487df1f1f9bb0684c.tar.bz2 witness-tutorializer-4edd6ab796f26563368e5b8487df1f1f9bb0684c.zip |
Some sequence randomization, and swapping some control panels.
Diffstat (limited to 'WitnessRandomizer/Memory.h')
-rw-r--r-- | WitnessRandomizer/Memory.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/WitnessRandomizer/Memory.h b/WitnessRandomizer/Memory.h index adc1287..390269c 100644 --- a/WitnessRandomizer/Memory.h +++ b/WitnessRandomizer/Memory.h | |||
@@ -28,6 +28,7 @@ public: | |||
28 | // std::this_thread::sleep_for(10ms); | 28 | // std::this_thread::sleep_for(10ms); |
29 | } | 29 | } |
30 | ThrowError(); | 30 | ThrowError(); |
31 | return {}; | ||
31 | } | 32 | } |
32 | 33 | ||
33 | template <class T> | 34 | template <class T> |