summaryrefslogtreecommitdiff
path: root/src/include/taler_merchantdb_plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/taler_merchantdb_plugin.h')
-rw-r--r--src/include/taler_merchantdb_plugin.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/taler_merchantdb_plugin.h b/src/include/taler_merchantdb_plugin.h
index 51c5ec02..bfc2d51a 100644
--- a/src/include/taler_merchantdb_plugin.h
+++ b/src/include/taler_merchantdb_plugin.h
@@ -321,17 +321,17 @@ struct TALER_MERCHANTDB_TemplateDetails
/**
* Description of the template.
*/
- const char *template_description;
+ char *template_description;
/**
* Base64-encoded product image, or NULL.
*/
- const char *image;
+ char *image;
/**
* In this template contract, we can have additional information.
*/
- const json_t *template_contract;
+ json_t *template_contract;
};