summaryrefslogtreecommitdiffstats
path: root/src/template.h
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2014-03-04 18:23:03 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2014-03-04 18:23:03 (GMT)
commit425e64e2ee52b92a2c0c8f6fb5457bf95b95e5bf (patch)
tree84024df4cd3ed7085211e3cf8b3640a22d3316a2 /src/template.h
parent47adeb82d67208db88a4aaae5c3427291462611a (diff)
downloadDoxygen-425e64e2ee52b92a2c0c8f6fb5457bf95b95e5bf.zip
Doxygen-425e64e2ee52b92a2c0c8f6fb5457bf95b95e5bf.tar.gz
Doxygen-425e64e2ee52b92a2c0c8f6fb5457bf95b95e5bf.tar.bz2
Extension specific filtering
Diffstat (limited to 'src/template.h')
-rw-r--r--src/template.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/template.h b/src/template.h
index 62cea34..4186fd5 100644
--- a/src/template.h
+++ b/src/template.h
@@ -399,7 +399,7 @@ class TemplateContext
/** Sets the interface that will be used for escaping the result
* of variable expansion before writing it to the output.
*/
- virtual void setEscapeIntf(TemplateEscapeIntf *intf) = 0;
+ virtual void setEscapeIntf(const QCString &extension, TemplateEscapeIntf *intf) = 0;
/** Sets the interface that will be used inside a spaceless block
* to remove any redundant whitespace.