summaryrefslogtreecommitdiffstats
path: root/src/classlist.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/classlist.h')
-rw-r--r--src/classlist.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/classlist.h b/src/classlist.h
index 4692ac0..7162459 100644
--- a/src/classlist.h
+++ b/src/classlist.h
@@ -30,6 +30,7 @@ class ClassList : public QList<ClassDef>
~ClassList();
int compareItems(GCI item1,GCI item2);
+ void writeDeclaration(OutputList &ol);
};
class ClassListIterator : public QListIterator<ClassDef>