diff options
Diffstat (limited to 'dxr3log.c')
-rw-r--r-- | dxr3log.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -22,6 +22,9 @@ #include "dxr3log.h" // ================================== +cMutex* cLog::m_pMutex = new cMutex; + +// ================================== //! constructor cLog::cLog() { |