summaryrefslogtreecommitdiff
path: root/gst/festival/gstfestival.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst/festival/gstfestival.h')
-rw-r--r--gst/festival/gstfestival.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/festival/gstfestival.h b/gst/festival/gstfestival.h
index 66350f442..d099954e6 100644
--- a/gst/festival/gstfestival.h
+++ b/gst/festival/gstfestival.h
@@ -75,9 +75,9 @@ extern "C" {
typedef struct FT_Info
{
int encoding;
- char *server_host;
+ const char *server_host;
int server_port;
- char *text_mode;
+ const char *text_mode;
int server_fd;
} FT_Info;