summaryrefslogtreecommitdiffstats
path: root/src/definition.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/definition.cpp')
-rw-r--r--src/definition.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/definition.cpp b/src/definition.cpp
index a28228f..13707d8 100644
--- a/src/definition.cpp
+++ b/src/definition.cpp
@@ -23,7 +23,8 @@
#include "language.h"
#include "message.h"
#include "outputlist.h"
-#include "scanner.h"
+#include "doc.h"
+#include "code.h"
#include <qregexp.h>
Definition::Definition(const char *df,int dl,
@@ -39,6 +40,8 @@ Definition::Definition(const char *df,int dl,
bodyDef=0;
sourceRefList=0;
sourceRefDict=0;
+ m_todoId=0;
+ m_testId=0;
}
Definition::~Definition()