summaryrefslogtreecommitdiffstats
path: root/template.h
diff options
context:
space:
mode:
Diffstat (limited to 'template.h')
-rw-r--r--template.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/template.h b/template.h
index a3019828..604c317b 100644
--- a/template.h
+++ b/template.h
@@ -23,7 +23,9 @@ struct templateEntry {
char *pConstant; /* pointer to constant value */
int iLenConstant; /* its length */
} constant;
- char *pPropRepl; /* pointer to property replacer string */
+ struct {
+ char *pPropRepl; /* pointer to property replacer string */
+ } field;
} data;
};