summaryrefslogtreecommitdiff
path: root/gst/festival/gstfestival.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2010-03-22 13:16:33 +0100
committerBenjamin Otte <otte@redhat.com>2010-03-22 13:16:33 +0100
commit33c2f5fb01b1cb9145751a745cfa2514421fa7b3 (patch)
treef8c0318f6d50928ee96ed1e8663a0c0c5fce7d3e /gst/festival/gstfestival.h
parent010789159d7bf274e11f0b4bec5c66543ad1220f (diff)
downloadgstreamer-plugins-bad-33c2f5fb01b1cb9145751a745cfa2514421fa7b3.tar.gz
Add -Wwrite-strings
and fix its warnings
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;