diff options
Diffstat (limited to 'dxcommon/src/dxcommon.cc')
| -rw-r--r-- | dxcommon/src/dxcommon.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dxcommon/src/dxcommon.cc b/dxcommon/src/dxcommon.cc index 841ebcd..2139136 100644 --- a/dxcommon/src/dxcommon.cc +++ b/dxcommon/src/dxcommon.cc | |||
| @@ -3,6 +3,6 @@ | |||
| 3 | namespace dx | 3 | namespace dx |
| 4 | { | 4 | { |
| 5 | 5 | ||
| 6 | char exception::m_error[1024]; | 6 | thread_local char exception::m_error[1024]; |
| 7 | 7 | ||
| 8 | } // namespace dx | 8 | } // namespace dx |
