aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-xml.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-xml.h')
-rw-r--r--epan/dissectors/packet-xml.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-xml.h b/epan/dissectors/packet-xml.h
index 7bedc9b100..ae76465ed1 100644
--- a/epan/dissectors/packet-xml.h
+++ b/epan/dissectors/packet-xml.h
@@ -29,7 +29,7 @@ typedef struct _xml_ns_t {
gchar* name;
/* its fully qualified name */
- gchar* fqn;
+ const gchar* fqn;
/* the contents of the whole element from <> to </> */
int hf_tag;