[colobot] 229/377: Fixed clang build

Didier Raboud odyx at moszumanska.debian.org
Wed Mar 30 13:34:20 UTC 2016


This is an automated email from the git hooks/post-receive script.

odyx pushed a commit to branch debian/master
in repository colobot.

commit 9bece23ede7a3e8935c5fd14e70c97248105b909
Author: krzys-h <krzys_h at interia.pl>
Date:   Sat Jan 23 21:24:42 2016 +0100

    Fixed clang build
---
 src/object/subclass/static_object.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/object/subclass/static_object.cpp b/src/object/subclass/static_object.cpp
index 77c9d30..e628ba3 100644
--- a/src/object/subclass/static_object.cpp
+++ b/src/object/subclass/static_object.cpp
@@ -33,7 +33,7 @@
 #include "object/object_create_exception.h"
 
 
-const std::unordered_map<ObjectType, std::string, ObjectTypeHash> CStaticObject::m_staticModelNames;
+const std::unordered_map<ObjectType, std::string, ObjectTypeHash> CStaticObject::m_staticModelNames{};
 // TODO: commenting out temporarily
 //=
 //{

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/colobot.git



More information about the Pkg-games-commits mailing list