Skip to content

Commit 437461f

Browse files
committed
Add explicit explicit
1 parent da20215 commit 437461f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/osmium/io/reader_with_progress_bar.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ namespace osmium {
6060
* All other parameters are forwarded to the Reader.
6161
*/
6262
template <typename... TArgs>
63-
ReaderWithProgressBar(bool enable, TArgs&&... args) :
63+
explicit ReaderWithProgressBar(bool enable, TArgs&&... args) :
6464
Reader(std::forward<TArgs>(args)...),
6565
m_progress_bar(file_size(), enable) {
6666
}

0 commit comments

Comments
 (0)