[osmium-tool] 41/44: Use uniform initialization.
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Tue Jul 21 20:15:57 UTC 2015
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to tag v1.1.0
in repository osmium-tool.
commit 6ed718ba1bd1a8bee8febb44e71bd55900d6bfc5
Author: Jochen Topf <jochen at topf.org>
Date: Fri Jul 3 16:30:21 2015 +0200
Use uniform initialization.
---
src/command_renumber.hpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/command_renumber.hpp b/src/command_renumber.hpp
index c92d80a..365835d 100644
--- a/src/command_renumber.hpp
+++ b/src/command_renumber.hpp
@@ -40,7 +40,7 @@ class CommandRenumber : public Command, with_single_osm_input, with_osm_output {
std::string m_index_directory;
remap_index_type m_id_index[3];
- osmium::object_id_type m_last_id[3] = {0, 0, 0};
+ osmium::object_id_type m_last_id[3] {0, 0, 0};
public:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/osmium-tool.git
More information about the Pkg-grass-devel
mailing list