summaryrefslogtreecommitdiffstats
path: root/inc/debug_dump.h
diff options
context:
space:
mode:
Diffstat (limited to 'inc/debug_dump.h')
-rw-r--r--inc/debug_dump.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/inc/debug_dump.h b/inc/debug_dump.h
index 869cd7d0..1222a1cb 100644
--- a/inc/debug_dump.h
+++ b/inc/debug_dump.h
@@ -56,6 +56,8 @@ class CDebugDump
bool InitGetNextFile();
/* Pointers may be NULL */
bool GetNextFile(std::string *short_name, std::string *full_name);
+
+ const char *Directory() const { return m_sDebugDumpDir.c_str(); }
};
/**