summaryrefslogtreecommitdiffstats
path: root/src/scanner.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/scanner.h')
-rw-r--r--src/scanner.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scanner.h b/src/scanner.h
index 30894cd..68ec8d5 100644
--- a/src/scanner.h
+++ b/src/scanner.h
@@ -27,7 +27,7 @@
#include "membergroup.h"
class OutputList;
-typedef QIntDict<MemberGroup> MemberGroupDict;
+//typedef QIntDict<MemberGroup> MemberGroupDict;
typedef QIntDictIterator<MemberGroup> MemberGroupDictIterator;
extern void parseMain(Entry *);