about summary refs log tree commit diff stats
path: root/Source/Memory.h
diff options
context:
space:
mode:
authorjbzdarkid <jbzdarkid@gmail.com>2018-10-28 14:13:39 -0700
committerjbzdarkid <jbzdarkid@gmail.com>2018-10-28 14:13:39 -0700
commit5fb764e4b5cd603c63e638f912a4c39772db8480 (patch)
treecbdf1b5cfb4dda4b0bab08c9ab32caafe8c6532d /Source/Memory.h
parent0007d78190b8c9c353d6c74715e15b2a9c988801 (diff)
downloadwitness-tutorializer-5fb764e4b5cd603c63e638f912a4c39772db8480.tar.gz
witness-tutorializer-5fb764e4b5cd603c63e638f912a4c39772db8480.tar.bz2
witness-tutorializer-5fb764e4b5cd603c63e638f912a4c39772db8480.zip
Basic working UI
Diffstat (limited to 'Source/Memory.h')
-rw-r--r--Source/Memory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Memory.h b/Source/Memory.h index 8e8bbc3..53fa1e0 100644 --- a/Source/Memory.h +++ b/Source/Memory.h
@@ -39,7 +39,7 @@ public:
39 } 39 }
40 ThrowError(); 40 ThrowError();
41 } 41 }
42 42
43private: 43private:
44 void ThrowError(); 44 void ThrowError();
45 45