summaryrefslogtreecommitdiff
path: root/games/xlogical/files/patch-graph_images.cpp
blob: b8e867d9703d6f3e8f0fae410a231258bd7214f2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- graph_images.cpp.orig	2007-11-06 00:02:06.000000000 +0100
+++ graph_images.cpp	2007-11-06 00:02:21.000000000 +0100
@@ -22,7 +22,7 @@
 
 #include "defs.h"
 
-char *imageFiles[] = {
+const char *imageFiles[] = {
 	DATA_DIR PATHSEP "images" PATHSEP "arrow_d.bmp",
 	DATA_DIR PATHSEP "images" PATHSEP "arrow_l.bmp",
 	DATA_DIR PATHSEP "images" PATHSEP "arrow_r.bmp",