Skip to content

Commit

Permalink
Revert get_error_handler
Browse files Browse the repository at this point in the history
  • Loading branch information
redboltz committed Oct 13, 2022
1 parent a0d4639 commit 2d1fc5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/mqtt/callable_overlay.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2019,7 +2019,7 @@ struct callable_overlay final : public Impl
* @brief Get error handler
* @return handler
*/
error_handler const& get_error_handler() const {
error_handler get_error_handler() const {
return h_error_;
}

Expand Down

0 comments on commit 2d1fc5c

Please sign in to comment.