summaryrefslogtreecommitdiffstats
path: root/src/code.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/code.h')
-rw-r--r--src/code.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/code.h b/src/code.h
index bf67df6..78257be 100644
--- a/src/code.h
+++ b/src/code.h
@@ -21,8 +21,9 @@
#include <stdio.h>
class OutputList;
+class FileDef;
extern void parseCode(OutputList &,const char *,const QCString &,
- bool ,const char *);
+ bool ,const char *,FileDef *fd=0);
extern void initParseCodeContext();
#endif