bump osmium version
This commit is contained in:
+3
-1
@@ -115,6 +115,8 @@ namespace osmium {
|
||||
|
||||
}; // class HandlerPass1
|
||||
|
||||
public:
|
||||
|
||||
/**
|
||||
* This is the handler class for the second pass of the Collector.
|
||||
*/
|
||||
@@ -244,7 +246,7 @@ namespace osmium {
|
||||
|
||||
int m_count_complete = 0;
|
||||
|
||||
typedef std::function<void(const osmium::memory::Buffer&)> callback_func_type;
|
||||
typedef std::function<void(osmium::memory::Buffer&&)> callback_func_type;
|
||||
callback_func_type m_callback;
|
||||
|
||||
static constexpr size_t initial_buffer_size = 1024 * 1024;
|
||||
|
||||
Reference in New Issue
Block a user