diff options
Diffstat (limited to 'src/knot-holder-entity.h')
| -rw-r--r-- | src/knot-holder-entity.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/knot-holder-entity.h b/src/knot-holder-entity.h index 1466cf243..e6efaa7e8 100644 --- a/src/knot-holder-entity.h +++ b/src/knot-holder-entity.h @@ -40,10 +40,10 @@ typedef Geom::Point (* SPKnotHolderGetFunc) (SPItem *item); class KnotHolderEntity { public: KnotHolderEntity(): - knot(NULL), - item(NULL), - desktop(NULL), - parent_holder(NULL), + knot(nullptr), + item(nullptr), + desktop(nullptr), + parent_holder(nullptr), my_counter(0), handler_id(0), _click_handler_id(0), |
