diff options
Diffstat (limited to 'dxcommon/include')
| -rw-r--r-- | dxcommon/include/dxcommon.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dxcommon/include/dxcommon.h b/dxcommon/include/dxcommon.h index e04f8e9..35ec0e2 100644 --- a/dxcommon/include/dxcommon.h +++ b/dxcommon/include/dxcommon.h | |||
| @@ -32,7 +32,7 @@ public: | |||
| 32 | } | 32 | } |
| 33 | 33 | ||
| 34 | private: | 34 | private: |
| 35 | static char m_error[1024]; | 35 | static thread_local char m_error[1024]; |
| 36 | }; | 36 | }; |
| 37 | 37 | ||
| 38 | #define THROW(error) throw exception(error, __FILE__, __LINE__) | 38 | #define THROW(error) throw exception(error, __FILE__, __LINE__) |
