summaryrefslogtreecommitdiffstats
path: root/src/definition.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/definition.h')
-rw-r--r--src/definition.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/definition.h b/src/definition.h
index c07eb3e..e09a478 100644
--- a/src/definition.h
+++ b/src/definition.h
@@ -2,7 +2,7 @@
*
*
*
- * Copyright (C) 1997-2011 by Dimitri van Heesch.
+ * Copyright (C) 1997-2012 by Dimitri van Heesch.
*
* Permission to use, copy, modify, and distribute this software and its
* documentation under the terms of the GNU General Public License is hereby
@@ -330,6 +330,7 @@ class Definition : public DefinitionIntf, public LockableObj
void setLocalName(const QCString name);
void addSectionsToIndex();
+ void writeToc(OutputList &ol);
protected: