From c24b9ddb8fd518c3af6edcf15a657c188d4580e8 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Fri, 3 Jul 2020 10:54:15 -0400 Subject: [PATCH] CPropertyView: Initialize all member variables --- src/Editor/PropertyEdit/CPropertyView.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Editor/PropertyEdit/CPropertyView.h b/src/Editor/PropertyEdit/CPropertyView.h index 16b56d0d..14744dd6 100644 --- a/src/Editor/PropertyEdit/CPropertyView.h +++ b/src/Editor/PropertyEdit/CPropertyView.h @@ -12,7 +12,7 @@ class CPropertyView : public QTreeView CPropertyModel* mpModel; CPropertyDelegate* mpDelegate; - CScriptObject* mpObject; + CScriptObject* mpObject = nullptr; IProperty* mpMenuProperty = nullptr; QAction* mpShowNameValidityAction;