Fix some comments regarding method overriding

This commit is contained in:
Martin Hurton
2014-01-08 18:25:31 +01:00
parent 60d6b89c5e
commit a80fb34765
12 changed files with 14 additions and 14 deletions

View File

@@ -131,7 +131,7 @@ namespace zmq
bool subscribe_to_all_ = false) = 0;
// The default implementation assumes there are no specific socket
// options for the particular socket type. If not so, overload this
// options for the particular socket type. If not so, override this
// method.
virtual int xsetsockopt (int option_, const void *optval_,
size_t optvallen_);