about summary refs log tree commit diff stats
path: root/WitnessRandomizer/Memory.h
diff options
context:
space:
mode:
authorjbzdarkid <jbzdarkid@gmail.com>2018-10-25 21:57:21 -0700
committerjbzdarkid <jbzdarkid@gmail.com>2018-10-25 21:57:21 -0700
commit4edd6ab796f26563368e5b8487df1f1f9bb0684c (patch)
tree2a39c9dc3935cfe97898bfa1e0d628802b9deb24 /WitnessRandomizer/Memory.h
parenta96cea16828973b92c465fb84de2554779f07101 (diff)
downloadwitness-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.h1
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>