App: modernize C++: use default member init

This commit is contained in:
wmayer
2023-08-23 14:13:11 +02:00
committed by wwmayer
parent 4210ab01e0
commit 1cf1a90a17
39 changed files with 96 additions and 160 deletions

View File

@@ -63,7 +63,7 @@ DocumentObjectExecReturn *DocumentObject::StdReturn = nullptr;
//===========================================================================
DocumentObject::DocumentObject()
: ExpressionEngine(),_pDoc(nullptr),pcNameInDocument(nullptr),_Id(0)
: ExpressionEngine()
{
// define Label of type 'Output' to avoid being marked as touched after relabeling
ADD_PROPERTY_TYPE(Label,("Unnamed"),"Base",Prop_Output,"User name of the object (UTF8)");