Skip to content

Commit 849312d

Browse files
committed
Merge pull request #46 from cpp-netlib/0.9-devel
0.9 devel
2 parents 4ab77ee + 21ccfb6 commit 849312d

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)