summaryrefslogtreecommitdiffstats
path: root/ganv/Item.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ganv/Item.hpp')
-rw-r--r--ganv/Item.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ganv/Item.hpp b/ganv/Item.hpp
index 1dfe4eb..e6b690c 100644
--- a/ganv/Item.hpp
+++ b/ganv/Item.hpp
@@ -36,7 +36,7 @@ namespace Ganv {
*/
class Item : public sigc::trackable {
public:
- Item(GanvItem* gobj)
+ explicit Item(GanvItem* gobj)
: _gobj(gobj)
{
ganv_item_set_wrapper(gobj, this);