summaryrefslogtreecommitdiff
path: root/dxr3log.c
diff options
context:
space:
mode:
Diffstat (limited to 'dxr3log.c')
-rw-r--r--dxr3log.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/dxr3log.c b/dxr3log.c
index e2e5d30..c795a05 100644
--- a/dxr3log.c
+++ b/dxr3log.c
@@ -22,6 +22,7 @@
#include "dxr3log.h"
// ==================================
+//! constructor
cLog::cLog()
{
m_LogOpen = false;
@@ -31,6 +32,7 @@ cLog::cLog()
}
// ==================================
+//! constructor with filename
cLog::cLog(std::string Filename)
{
m_LogOpen = false;