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 <[email protected]>
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

_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

Reply via email to