summaryrefslogtreecommitdiff
path: root/src/widget.cpp
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2015-07-26 09:47:17 +0000
committerfrosch <frosch@openttd.org>2015-07-26 09:47:17 +0000
commit4830497f0bd448e8ce236ec6e7b5618b74e85ff7 (patch)
tree4f2ab0e63aa5723d985b800ce824738e38bb2e84 /src/widget.cpp
parent3f58ed6b1d1562e4a8d7e4c00ecd788f53e1bf39 (diff)
downloadopenttd-4830497f0bd448e8ce236ec6e7b5618b74e85ff7.tar.xz
(svn r27340) -Fix [FS#6338]: Silence warning by moving _string_colourmap to a file no its own. (Cif)
Diffstat (limited to 'src/widget.cpp')
-rw-r--r--src/widget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widget.cpp b/src/widget.cpp
index 350db9d14..3b50f710d 100644
--- a/src/widget.cpp
+++ b/src/widget.cpp
@@ -22,7 +22,7 @@
#include "table/sprites.h"
#include "table/strings.h"
-#include "table/palettes.h"
+#include "table/string_colours.h"
#include "safeguards.h"