diff options
| author | 2012-04-14 18:03:25 -0700 | |
|---|---|---|
| committer | 2012-04-14 18:03:25 -0700 | |
| commit | df5f76832ee67d1cbfb1fc47a8d3ec3823f010c5 (patch) | |
| tree | 99832ce14180b5d237bfe597b99a4accfd695cae /include/threadengine.h | |
| parent | Merge pull request #53 from SaberUK/clang-analyze (diff) | |
Fixes for bug #12
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 1be775238..c73dd19bf 100644 --- a/include/threadengine.h +++ b/include/threadengine.h @@ -11,8 +11,8 @@ * --------------------------------------------------- */ -#ifndef __THREADENGINE__ -#define __THREADENGINE__ +#ifndef THREADENGINE +#define THREADENGINE #include <vector> #include <string> |
