diff options
-rw-r--r-- | Bitmap.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -177,7 +177,7 @@ from The Open Group. /* bitmap exports */ typedef struct _BWRequestRec BWRequestRec; -typedef char *BWRequest; +typedef const char *BWRequest; /* declare specific BitmapWidget class and instance datatypes */ |