summaryrefslogtreecommitdiff
path: root/src/object.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/object.h')
-rw-r--r--src/object.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object.h b/src/object.h
index ff493534..5c5bbc0e 100644
--- a/src/object.h
+++ b/src/object.h
@@ -39,7 +39,7 @@ class Object : public boost::noncopyable
{
public:
Object ();
- Object (std::string id);
+ explicit Object (std::string id);
virtual ~Object () {}
/** @return ID */