diff options
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> |