commit | f0812683f8009f231bd1b02929f7e71d9ed4c5dd | [log] [tgz] |
---|---|---|
author | Pierre Ossman <ossman@cendio.se> | Thu Jul 07 15:35:45 2016 +0200 |
committer | Pierre Ossman <ossman@cendio.se> | Thu Jul 07 15:36:36 2016 +0200 |
tree | 2631b9626fb44dbae2246c2ee126ae35742b5dcf | |
parent | 552cdd9b398ae78c84e1a2f4c256e0106f6e2efd [diff] [blame] |
Fix typo in include protector
diff --git a/common/os/Thread.h b/common/os/Thread.h index 1a9aa54..bca41bb 100644 --- a/common/os/Thread.h +++ b/common/os/Thread.h
@@ -17,7 +17,7 @@ */ #ifndef __OS_THREAD_H__ -#define __OP_THREAD_H__ +#define __OS_THREAD_H__ namespace os { class Mutex;