summaryrefslogtreecommitdiff
path: root/src/newgrf_text.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/newgrf_text.cpp')
-rw-r--r--src/newgrf_text.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/newgrf_text.cpp b/src/newgrf_text.cpp
index 4178eda0a..c62d2c445 100644
--- a/src/newgrf_text.cpp
+++ b/src/newgrf_text.cpp
@@ -154,7 +154,7 @@ struct GRFText {
strcpy(text, text_);
}
- void* operator new(size_t size, size_t extra)
+ void *operator new(size_t size, size_t extra)
{
return ::operator new(size + extra);
}