diff options
author | Justin Crawford <Justasic@Gmail.com> | 2012-04-14 20:21:38 -0700 |
---|---|---|
committer | Justin Crawford <Justasic@Gmail.com> | 2012-04-14 23:33:20 -0700 |
commit | 9ebd9cba72056c5b36696e166826afb981f25ebb (patch) | |
tree | 75b3bc8b6a3b0fb1b6a2f3bb7c904abef15df1f4 /include/threadengine.h | |
parent | df5f76832ee67d1cbfb1fc47a8d3ec3823f010c5 (diff) |
Fix some of the include guard names (requested by SaberUK)
Diffstat (limited to 'include/threadengine.h')
-rw-r--r-- | include/threadengine.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/threadengine.h b/include/threadengine.h index c73dd19bf..3768f113c 100644 --- a/include/threadengine.h +++ b/include/threadengine.h @@ -11,8 +11,8 @@ * --------------------------------------------------- */ -#ifndef THREADENGINE -#define THREADENGINE +#ifndef THREADENGINE_H +#define THREADENGINE_H #include <vector> #include <string> |