aboutsummaryrefslogtreecommitdiffstats
path: root/vconsole.h
diff options
context:
space:
mode:
Diffstat (limited to 'vconsole.h')
-rw-r--r--vconsole.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vconsole.h b/vconsole.h
index 92427f3..31f8596 100644
--- a/vconsole.h
+++ b/vconsole.h
@@ -107,7 +107,7 @@ struct vconsole_domain {
struct vconsole_connect *conn;
char uuid[VIR_UUID_STRING_BUFLEN];
int id;
- const char *name;
+ char *name;
GtkWidget *window, *vbox, *vte, *status;
virStreamPtr stream;