summaryrefslogtreecommitdiff
path: root/src/company_gui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/company_gui.cpp')
-rw-r--r--src/company_gui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/company_gui.cpp b/src/company_gui.cpp
index b763aa363..1c75fc30a 100644
--- a/src/company_gui.cpp
+++ b/src/company_gui.cpp
@@ -526,7 +526,7 @@ public:
uint Height(uint width) const
{
- return max(FONT_HEIGHT_NORMAL, (byte)14);
+ return max(FONT_HEIGHT_NORMAL, 14);
}
bool Selectable() const