diff options
Diffstat (limited to 'src/object.hpp')
-rw-r--r-- | src/object.hpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/object.hpp b/src/object.hpp index a4f93ae..b2ae334 100644 --- a/src/object.hpp +++ b/src/object.hpp @@ -17,12 +17,12 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef __ZS_OBJECT_HPP_INCLUDED__ -#define __ZS_OBJECT_HPP_INCLUDED__ +#ifndef __ZMQ_OBJECT_HPP_INCLUDED__ +#define __ZMQ_OBJECT_HPP_INCLUDED__ #include "stdint.hpp" -namespace zs +namespace zmq { // Base class for all objects that participate in inter-thread |