diff options
Diffstat (limited to 'dxr3log.h')
-rw-r--r-- | dxr3log.h | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -104,5 +104,10 @@ protected: static void Unlock() { cLog::m_pMutex->Unlock(); } }; - #endif /*_DXR3_LOG_H_*/ + +// Local variables: +// mode: c++ +// c-file-style: "stroustrup" +// indent-tabs-mode: t +// End: |