summaryrefslogtreecommitdiffstats
path: root/src/template.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/template.h')
-rw-r--r--src/template.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/template.h b/src/template.h
index 7994216..ef9792c 100644
--- a/src/template.h
+++ b/src/template.h
@@ -406,6 +406,8 @@ class TemplateSpacelessIntf
public:
/** Returns the \a input after removing redundant whitespace */
virtual QCString remove(const QCString &input) = 0;
+ /** Reset filter state */
+ virtual void reset() = 0;
};
//------------------------------------------------------------------------