Skip to content

Commit cf46e70

Browse files
committed
Make new assembler class constructor explicit
1 parent 882e065 commit cf46e70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/geom-area-assembler.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ namespace geom {
2727
class area_assembler_t : public osmium::area::detail::BasicAssembler
2828
{
2929
public:
30-
area_assembler_t(osmium::memory::Buffer *buffer);
30+
explicit area_assembler_t(osmium::memory::Buffer *buffer);
3131

3232
/**
3333
* Assemble an area from the given way.

0 commit comments

Comments
 (0)