summaryrefslogtreecommitdiff
path: root/src/xmlfixups.h
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2004-07-27 21:22:58 +0000
committerStef Walter <stef@memberwebs.com>2004-07-27 21:22:58 +0000
commitd2105fb3fb2082bb32875eaab6db6a2c04c7eae5 (patch)
treeb7773e478bc4bc1279f32497371bce9ceccd5d72 /src/xmlfixups.h
parent6dd9754bb73589abb7d55186f8ec15d67d91b70d (diff)
- Preserve mode
- Document options - Font fixes
Diffstat (limited to 'src/xmlfixups.h')
-rw-r--r--src/xmlfixups.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/xmlfixups.h b/src/xmlfixups.h
index 01c2d67..99fe876 100644
--- a/src/xmlfixups.h
+++ b/src/xmlfixups.h
@@ -146,8 +146,10 @@ protected:
// Our tables cached for efficiency
StringSet m_duplicates;
StringSet m_removes;
+ StringSet m_removeEmpty;
StringSet m_consolidateStart;
StringSet m_consolidateEnd;
+ StringSet m_requireAttrs;
};
#endif // __XMLFIXUPS_H__