Skip to content

Commit

Permalink
delete gearman_server_options_st& operator=(const gearman_server_opti…
Browse files Browse the repository at this point in the history
…ons_st&)

issue #72
  • Loading branch information
p-alik committed May 18, 2017
1 parent 6e79acf commit 94e2d7a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libgearman/server_options.hpp
Expand Up @@ -59,6 +59,8 @@ struct gearman_server_options_st

gearman_server_options_st(const gearman_server_options_st&);

gearman_server_options_st& operator=(const gearman_server_options_st&) = delete;

const gearman_vector_st& option() const
{
return _option;
Expand Down

0 comments on commit 94e2d7a

Please sign in to comment.