summaryrefslogtreecommitdiffstats
path: root/src/markdown.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/markdown.h')
-rw-r--r--src/markdown.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/markdown.h b/src/markdown.h
index 43a17cc..1210967 100644
--- a/src/markdown.h
+++ b/src/markdown.h
@@ -33,7 +33,7 @@ class Markdown
{
public:
Markdown(const char *fileName,int lineNr,int indentLevel=0);
- QCString process(const QCString &input);
+ QCString process(const QCString &input, int &startNewlines);
QCString extractPageTitle(QCString &docs,QCString &id);
void setIndentLevel(int level) { m_indentLevel = level; }