diff options
Diffstat (limited to 'vconsole.h')
-rw-r--r-- | vconsole.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |