summaryrefslogtreecommitdiffstats
path: root/lib/plugins/Python.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/plugins/Python.cpp')
-rw-r--r--lib/plugins/Python.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/plugins/Python.cpp b/lib/plugins/Python.cpp
index 257fe806..9ef830e3 100644
--- a/lib/plugins/Python.cpp
+++ b/lib/plugins/Python.cpp
@@ -25,7 +25,7 @@ using namespace std;
string CAnalyzerPython::GetLocalUUID(const char *pDebugDumpDir)
{
- dump_dir_t *dd = dd_init();
+ struct dump_dir *dd = dd_init();
if (!dd_opendir(dd, pDebugDumpDir))
{
dd_close(dd);