aboutsummaryrefslogtreecommitdiff
path: root/dxcommon/src
diff options
context:
space:
mode:
Diffstat (limited to 'dxcommon/src')
-rw-r--r--dxcommon/src/dxcommon.cc2
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 @@
3namespace dx 3namespace dx
4{ 4{
5 5
6char exception::m_error[1024]; 6thread_local char exception::m_error[1024];
7 7
8} // namespace dx 8} // namespace dx