From 2b8bb12d623a64897636234ed3c508517a1a2ba6 Mon Sep 17 00:00:00 2001 From: michi_cc Date: Mon, 10 Aug 2015 20:24:13 +0000 Subject: (svn r27381) -Fix: Warnings due to C++11 requirements for explicit narrowing conversions in initializer lists. --- src/company_base.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/company_base.h') diff --git a/src/company_base.h b/src/company_base.h index 6385d6049..001776121 100644 --- a/src/company_base.h +++ b/src/company_base.h @@ -45,7 +45,7 @@ struct CompanyInfrastructure { } }; -typedef Pool CompanyPool; +typedef Pool CompanyPool; extern CompanyPool _company_pool; -- cgit v1.2.3-54-g00ecf