summaryrefslogtreecommitdiff
path: root/hw/xfree86/ramdac/BTPriv.h
diff options
context:
space:
mode:
Diffstat (limited to 'hw/xfree86/ramdac/BTPriv.h')
-rw-r--r--hw/xfree86/ramdac/BTPriv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xfree86/ramdac/BTPriv.h b/hw/xfree86/ramdac/BTPriv.h
index 184b4811c..52737768f 100644
--- a/hw/xfree86/ramdac/BTPriv.h
+++ b/hw/xfree86/ramdac/BTPriv.h
@@ -6,7 +6,7 @@
#include "BT.h"
typedef struct {
- char *DeviceName;
+ const char *DeviceName;
} xf86BTramdacInfo;
extern xf86BTramdacInfo BTramdacDeviceInfo[];