Skip to content

Commit bc4e1bf

Browse files
committed
Fix for issue #73 in 0.9-devel branch.
1 parent c59dbd7 commit bc4e1bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boost/network/protocol/http/client/macros.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
#ifndef BOOST_NETWORK_HTTP_BODY_CALLBACK
1313
#define BOOST_NETWORK_HTTP_BODY_CALLBACK(function_name, range_name, error_name) \
14-
void function_name (boost::iterator_range<char*> const & range_name, boost::system::error_code const & error_name)
14+
void function_name (boost::iterator_range<const char*> const & range_name, boost::system::error_code const & error_name)
1515
#endif
1616

1717
#endif /* BOOST_NETWORK_PROTOCOL_HTTP_CLIENT_MACROS_HPP_20110430 */

0 commit comments

Comments
 (0)