Skip to content

Commit 0cc40de

Browse files
author
Dean Michael Berris
committed
Fixing mismatch between the forward declaration signature and the implementation signature of the parse_mime function.
1 parent 5805b15 commit 0cc40de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boost/mime.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ namespace detail {
362362

363363

364364
template<typename Iterator, typename traits>
365-
boost::shared_ptr< basic_mime<traits> > parse_mime ( Iterator &begin, Iterator end, const char *default_content_type = "text/plain" );
365+
static boost::shared_ptr< basic_mime<traits> > parse_mime ( Iterator &begin, Iterator end, const char *default_content_type = "text/plain" );
366366
}
367367

368368

0 commit comments

Comments
 (0)