summaryrefslogtreecommitdiffstats
path: root/src/context.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/context.h')
-rw-r--r--src/context.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/context.h b/src/context.h
index 75f1579..9f88b69 100644
--- a/src/context.h
+++ b/src/context.h
@@ -25,6 +25,7 @@ class GroupDef;
class GroupList;
struct IncludeInfo;
class MemberList;
+class MemberSDict;
class MemberDef;
struct Argument;
class ArgumentList;
@@ -650,6 +651,7 @@ class MemberListContext : public TemplateListIntf
{
public:
MemberListContext(const MemberList *ml);
+ MemberListContext(MemberSDict *ml,bool doSort);
~MemberListContext();
// TemplateListIntf