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, 1 insertions, 1 deletions
diff --git a/src/template.h b/src/template.h
index 7d803a3..7ad2066 100644
--- a/src/template.h
+++ b/src/template.h
@@ -143,7 +143,7 @@ class TemplateVariant
Type type() const { return m_type; }
/** Return a string representation of the type of the value stored in the variant */
- QCString typeAsString() const
+ const char *typeAsString() const
{
switch (m_type)
{