summaryrefslogtreecommitdiffstats
path: root/src/docparser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/docparser.h')
-rw-r--r--src/docparser.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/docparser.h b/src/docparser.h
index ca32b20..5d2cc89 100644
--- a/src/docparser.h
+++ b/src/docparser.h
@@ -768,6 +768,7 @@ class DocImage : public CompAccept<DocImage>
QCString relPath() const { return m_relPath; }
QCString url() const { return m_url; }
bool isInlineImage() const { return m_inlineImage; }
+ bool isSVG() const;
const HtmlAttribList &attribs() const { return m_attribs; }
void parse();