summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/MiddleWare/Database.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/MiddleWare/Database.h b/lib/MiddleWare/Database.h
index 84099af4..b634a70a 100644
--- a/lib/MiddleWare/Database.h
+++ b/lib/MiddleWare/Database.h
@@ -46,7 +46,7 @@ typedef struct SDatabaseRow
{
std::string m_sUUID;
std::string m_sUID;
- std::string m_sDebugDumpPath;
+ std::string m_sDebugDumpDir;
std::string m_sCount;
std::string m_sReported;
std::string m_sTime;